You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* changing str(tmpdir) to tmpdir.strpath in tests
* using tmpdir.join where its possible (nibabel doesnt like py.path.local)
* using tmpdir.join().strpath in tests with nibabel or other funcions that dont take path.local
* moving doctest ALLOW_UNICODE to pytest.ini, so doesnt have to be included in the docstrings
* fixin one test
* Revert "moving doctest ALLOW_UNICODE to pytest.ini, so doesnt have to be included in the docstrings"
This reverts commit 952fdc9.
My script removed to many things from doctest, will update it.
* moving doctest ALLOW_UNICODE and NORMALIZE_WHITESPACE to pytest.ini, so doesnt have to be included in the docstrings
* moving to temporary directories, so tests can be run in readonly; adding conftest.py with datadir variable and some basic libraries (so you dont have to import them in doctests)
* removing almost all reminders of tempfile package, one test doesn work(TODO)
* more cleaning: mostly moving to tmpdir.chdir and tmpdir.check
* small fix
* small fix
* changing 4 more tests to avoid errors on read-only
* changing crashfile dir in one test to avoid read-only problems
* fixing the DataSink test so it doesnt go to recursive loop (problem related to tmpdir that is the same in fixtures and test functions, DataSInk was trying copy dir to subdir etc.)
* adding testsetup directives to remove some parts from documentation
0 commit comments