source: sasview/conftest.py @ 34f23c8

ticket-1249
Last change on this file since 34f23c8 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.