Sha256: 64d720b970fb4e5bc02835822102ca2bf399bcbf033d32e885511ffe12fd8dfd
Contents?: true
Size: 815 Bytes
Versions: 1
Compression:
Stored size: 815 Bytes
Contents
# ============================================================================ # PYTEST CONFIGURATION FILE # ============================================================================ # NOTE: # Can also be defined in in tox.ini or pytest.ini file. # # SEE ALSO: # * http://pytest.org/ # * http://pytest.org/latest/customize.html # * http://pytest.org/latest/usage.html # ============================================================================ # MORE OPTIONS: # addopts = # python_classes=*Test # python_functions=test_* # ============================================================================ [pytest] minversion = 2.8 testpaths = test tests python_files = test_*.py # -- BACKWARD COMPATIBILITY: pytest < 2.8 norecursedirs = .git .tox attic build dist py.requirements tmp* _WORKSPACE
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
busser-behave-0.1.3 | vendor/behave/pytest.ini |