Merge pull request #3321 from jeffreyrack/'test_from_base_fix'
3245: Fix tests to not fail when running from base directory
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -91,6 +91,7 @@ Janne Vanhala
|
||||
Jason R. Coombs
|
||||
Javier Domingo Cansino
|
||||
Javier Romero
|
||||
Jeff Rackauckas
|
||||
Jeff Widman
|
||||
John Eddie Ayson
|
||||
John Towler
|
||||
|
||||
@@ -1 +1 @@
|
||||
Added ``doc`` to norecursedirs in tox.ini
|
||||
Renamed example directories so all tests pass when ran from the base directory.
|
||||
2
tox.ini
2
tox.ini
@@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
|
||||
python_files = test_*.py *_test.py testing/*/*.py
|
||||
python_classes = Test Acceptance
|
||||
python_functions = test
|
||||
norecursedirs = .tox ja .hg cx_freeze_source doc
|
||||
norecursedirs = .tox ja .hg cx_freeze_source
|
||||
xfail_strict=true
|
||||
filterwarnings =
|
||||
error
|
||||
|
||||
Reference in New Issue
Block a user