Path to this page:
./
devel/py-test-relaxed,
Relaxed test discovery/organization for pytest
Branch: pkgsrc-2019Q4,
Version: 1.1.5,
Package name: py37-test-relaxed-1.1.5,
Maintainer: pkgsrc-userspytest-relaxed provides 'relaxed' test discovery for pytest.
Has it ever felt strange to you that we put our 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.
Required to run:[
devel/py-setuptools]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 8a15925aec96557d13271d27268700150f95f2e8
RMD160: 5f6a7da2f57694e9753b9c8c99005e7a8b3b233e
Filesize: 26.158 KB
Version history: (Expand)
- (2020-01-02) Package added to pkgsrc.se, version py37-test-relaxed-1.1.5 (created)