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:
Bruno Oliveira 2018-03-20 18:45:56 -03:00 committed by GitHub
commit 672239b149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 3 additions and 2 deletions

View File

@ -91,6 +91,7 @@ Janne Vanhala
Jason R. Coombs Jason R. Coombs
Javier Domingo Cansino Javier Domingo Cansino
Javier Romero Javier Romero
Jeff Rackauckas
Jeff Widman Jeff Widman
John Eddie Ayson John Eddie Ayson
John Towler John Towler

View File

@ -1 +1 @@
Added ``doc`` to norecursedirs in tox.ini Renamed example directories so all tests pass when ran from the base directory.

View File

@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
python_files = test_*.py *_test.py testing/*/*.py python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance python_classes = Test Acceptance
python_functions = test python_functions = test
norecursedirs = .tox ja .hg cx_freeze_source doc norecursedirs = .tox ja .hg cx_freeze_source
xfail_strict=true xfail_strict=true
filterwarnings = filterwarnings =
error error