source:
sasview/conftest.py
@
f0b9bce
Last change on this file since f0b9bce was 3fca52c, checked in by Paul Kienzle <pkienzle@…>, 6 years ago | |
---|---|
|
|
File size: 109 bytes |
Rev | Line | |
---|---|---|
[3fca52c] | 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.