pkgsrc/devel/py-test-relaxed/PLIST
adam c2ad52182a py-test-relaxed: added version 1.0.0
pytest-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.
2017-11-15 09:23:17 +00:00

31 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2017/11/15 09:23:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pytest_relaxed/__init__.py
${PYSITELIB}/pytest_relaxed/__init__.pyc
${PYSITELIB}/pytest_relaxed/__init__.pyo
${PYSITELIB}/pytest_relaxed/_version.py
${PYSITELIB}/pytest_relaxed/_version.pyc
${PYSITELIB}/pytest_relaxed/_version.pyo
${PYSITELIB}/pytest_relaxed/classes.py
${PYSITELIB}/pytest_relaxed/classes.pyc
${PYSITELIB}/pytest_relaxed/classes.pyo
${PYSITELIB}/pytest_relaxed/fixtures.py
${PYSITELIB}/pytest_relaxed/fixtures.pyc
${PYSITELIB}/pytest_relaxed/fixtures.pyo
${PYSITELIB}/pytest_relaxed/plugin.py
${PYSITELIB}/pytest_relaxed/plugin.pyc
${PYSITELIB}/pytest_relaxed/plugin.pyo
${PYSITELIB}/pytest_relaxed/raises.py
${PYSITELIB}/pytest_relaxed/raises.pyc
${PYSITELIB}/pytest_relaxed/raises.pyo
${PYSITELIB}/pytest_relaxed/reporter.py
${PYSITELIB}/pytest_relaxed/reporter.pyc
${PYSITELIB}/pytest_relaxed/reporter.pyo
${PYSITELIB}/pytest_relaxed/trap.py
${PYSITELIB}/pytest_relaxed/trap.pyc
${PYSITELIB}/pytest_relaxed/trap.pyo