Skip to content

Commit 672239b

Browse files
authored
Merge pull request #3321 from jeffreyrack/'test_from_base_fix'
3245: Fix tests to not fail when running from base directory
2 parents 93847bf + 9b449ee commit 672239b

File tree

8 files changed

+3
-2
lines changed

8 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Janne Vanhala
9191
Jason R. Coombs
9292
Javier Domingo Cansino
9393
Javier Romero
94+
Jeff Rackauckas
9495
Jeff Widman
9596
John Eddie Ayson
9697
John Towler

changelog/3245.trivial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added ``doc`` to norecursedirs in tox.ini
1+
Renamed example directories so all tests pass when ran from the base directory.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
204204
python_files = test_*.py *_test.py testing/*/*.py
205205
python_classes = Test Acceptance
206206
python_functions = test
207-
norecursedirs = .tox ja .hg cx_freeze_source doc
207+
norecursedirs = .tox ja .hg cx_freeze_source
208208
xfail_strict=true
209209
filterwarnings =
210210
error

0 commit comments

Comments
 (0)