spec icon indicating copy to clipboard operation
spec copied to clipboard

Specification-style nosetests output for Python

Results 16 spec issues
Sort by recently updated
recently updated
newest added

The sdist package at PyPI is missing `LICENSE` file. Please add the file to sdist. Thank you.

Bumps [wheel](https://github.com/pypa/wheel) from 0.24.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

includes important metadata such as readme, changelog and license in the sdist tarballs

I wrote a [package](https://github.com/TeamHG-Memex/agnostic) that can interface with several different database systems (e.g. MySQL and Postgres). I wrote my integration tests as an abstract base class, and then wrote a...

Here are some new options to support a use case mentioned in [this question](http://stackoverflow.com/questions/14928693/python-nose-test-inheritance-load-unit-test-fixtures-from-subclasses): --with-inherited - allows to run inherited methods as tests --with-undefined - allows to run methods that...

Feature

Some of the changes (like the Python 2.7 compatibility) has been fixed in the new 0.3 version of pinocchio, but others that you implemented may still be backported. What do...

I've been looking at [nose2](https://github.com/nose-devs/nose2) lately, and was wondering if there is a Spec-like plugin compatible with Nose2, or one being worked on? I've been trying to get similar output...

`sys.stdout` has `encoding` attribute. This PR will be useful for my next PR to Invoke.

When being obsessive about test execution time, it might be nice to have an option to force spec _selection_ (i.e. use of the nested classes, Spec class, etc) without the...