| Package | python3-pytest-relaxed |
| Source | pytest-relaxed |
| Version | 2.0.2-2~bpo12+1 |
| Architecture | all |
| Maintainer | Debian Python Team , |
| Installed-Size | 58 |
| Depends | python3-decorator, python3-pytest, python3:any |
| Filename | pool/bookworm-dalmatian-backports-nochange/main/p/pytest-relaxed/python3-pytest-relaxed_2.0.2-2~bpo12+1_all.deb |
| Size | 16920 |
| MD5sum | 78e4bb0ccf05e25b91d365d29c9593b3 |
| SHA1 | 423d655ec906046667c253e20d5ca0fe4a7f8264 |
| SHA256 | ee26cc83e647ae1f11ceefc507b5c5028691f3555826bb58c4af859ccc9ed0da |
| Section | python |
| Priority | optional |
| Homepage | https://github.com/bitprophet/pytest-relaxed |
| Description | provide relaxed test discovery for pytest
This is the spiritual successor to https://pypi.python.org/pypi/spec,
but is built for pytest instead of nosetests, and rethinks some
aspects of the design (such as increased ability to opt-in to various
behaviors.)
.
Has it ever felt strange to put tests in tests/,
then name the files test_foo.py, name the test classes TestFoo,
and finally name the test methods test_foo_bar?
Especially when almost all of the
code inside of tests/ is, well, tests?
.
This pytest plugin takes a page from the rest of Python, where you
don't have to explicitly note public module/class members, but only
need to hint as to which ones are private. By default, all files and
objects pytest is told to scan will be considered tests; to mark
something as not-a-test, simply prefix it with an underscore. |
| Description-md5 | |