1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.gitignore
.travis.yml
.version
LICENSE.txt
MANIFEST.in
Makefile
README.rst
pytest_dependency.py
requirements.txt
setup.py
doc/Makefile
doc/examples/all_params.py
doc/examples/basic.out
doc/examples/basic.py
doc/examples/dyn-parametrized.py
doc/examples/group-fixture.py
doc/examples/group-fixture2.py
doc/examples/named.py
doc/examples/nodeid.out
doc/examples/nodeid.py
doc/examples/parametrized.py
doc/examples/runtime.py
doc/examples/scope_class.py
doc/examples/scope_module.py
doc/examples/scope_session_mod_01.py
doc/examples/scope_session_mod_02.py
doc/examples/testclass.py
doc/src/about.rst
doc/src/advanced.rst
doc/src/changelog.rst
doc/src/conf.py
doc/src/configuration.rst
doc/src/index.rst
doc/src/install.rst
doc/src/names.rst
doc/src/reference.rst
doc/src/scope.rst
doc/src/usage.rst
pytest_dependency.egg-info/PKG-INFO
pytest_dependency.egg-info/SOURCES.txt
pytest_dependency.egg-info/dependency_links.txt
pytest_dependency.egg-info/entry_points.txt
pytest_dependency.egg-info/requires.txt
pytest_dependency.egg-info/top_level.txt
tests/conftest.py
tests/pytest.ini
tests/test_01_marker.py
tests/test_02_simple_dependency.py
tests/test_03_class.py
tests/test_03_multiple_dependency.py
tests/test_03_param.py
tests/test_03_runtime.py
tests/test_03_scope.py
tests/test_03_skipmsgs.py
tests/test_04_automark.py
tests/test_04_ignore_unknown.py
|