source: sasview/pytest.ini @ 0675e6b

Last change on this file since 0675e6b was 0675e6b, checked in by Stuart Prescott <stuart@…>, 7 years ago

Fix tests to find resources without changing dir

Test resources are in the same directory (or a child directory) of the test
code so the code can locate the resources itself rather than relying on the
tests being run from a certain location. This allows the tests to be used to
test the installed code rather than the current checkout and also allows
automated test discovery with tools like py.test to be used, running all
tests at once without a runner.

  • Property mode set to 100644
File size: 120 bytes
Line 
1[pytest]
2norecursedirs=test/sasrealspace test/calculatorview
3addopts=--ignore test/utest_sasview.py
4python_files='u*py'
Note: See TracBrowser for help on using the repository browser.