forked from behave/behave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
24 lines (22 loc) · 815 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ============================================================================
# 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