pytest-relaxed
pytest-relaxed copied to clipboard
Relaxed test discovery for pytest
Just wondering, is there a compelling reason not to?
Exacerbated / Sort of related to https://github.com/bitprophet/pytest-relaxed/issues/6 If the user has provided core args `--ignore=path` or `--ignore-glob=glob` on the command line, these are discarded when `pytest-relaxed` is installed.
The following two tests fail if there are any warnings in the test run: test_shows_tests_nested_under_classes_without_files test_tests_are_colorized_by_test_result with failure output: ``` > assert "== 1 failed, 4 passed, 1 skipped in...
The old `spec` introspected class docstrings and allowed one to use them to override the displayed text in the class header, so e.g.: ``` python class CantHaveApostrophesInClassNames: "Can't have apostrophes...