nose2
nose2 copied to clipboard
The successor to nose, based on unittest2
_This issue is a cleaned-up version of #80 , meant to capture the current context in nose2. It is an intentional duplicate to help make it easier to dive straight...
```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.1.2 making output directory... done loading intersphinx inventory from http://docs.python.org/objects.inv... intersphinx inventory has moved: http://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv...
I have a command line command that I'm trying to write an end-to-end test for to make sure everything is working well. I wanted to invoke the CLI via a...
Hi, I have a python projects that uses doctest for some tests and mocks for some other tests, and I use nose2 to run everything. It works like a charm,...
If a plugin implements the `loadTestsFromNames` hook, doesn't set `event.handled=True` and sets `events.names` to something Falsey (e.g. []), suites is never assigned. I think there could be a scenario in...
The [`tool` table section](https://www.python.org/dev/peps/pep-0518/#tool-table) of PEP 518 says that tools should store their name in `[tool.]` in `pyproject.toml`.
The feature is request to keep nose users, not to push them away by a single incompatible feature. I got used to `nosetests -vv ./tests/foo/test_boo.py` when switched to `nose2` this...
Per `--help`, the default config file location is "start directory": ```sh $ nose2 --help usage: nose2 [...] [...] -s START_DIR, --start-dir START_DIR Directory to start discovery ('.' default) -t TOP_LEVEL_DIRECTORY,...
Hello, long time user first time caller here. I've been looking for a way to inject test traceability data (e.g., issue tracking IDs) into our JUnit XML and couldn't find...
Running the test suite with new tests causes the testid plugin to renumber all tests. There should be an option that is on by default to maintain the id of...