source:
sasview/conftest.py
@
1d56359
Last change on this file since 1d56359 was 3fca52c, checked in by Paul Kienzle <pkienzle@…>, 6 years ago | |
---|---|
|
|
File size: 109 bytes |
Line | |
---|---|
1 | """ |
2 | Pytest configuration file. |
3 | """ |
4 | |
5 | # Prepare the runtime environment for the tests |
6 | import run |
7 | run.prepare() |
Note: See TracBrowser
for help on using the repository browser.