source: sasview/conftest.py @ dbc1f73

Last change on this file since dbc1f73 was 3fca52c, checked in by Paul Kienzle <pkienzle@…>, 6 years ago

support pytest

  • Property mode set to 100644
File size: 109 bytes
Line 
1"""
2Pytest configuration file.
3"""
4
5# Prepare the runtime environment for the tests
6import run
7run.prepare()
Note: See TracBrowser for help on using the repository browser.