Make tests directory a package (for pytest)

This commit is contained in:
Paul Romano 2018-01-28 15:57:52 -06:00
parent c3af1c915b
commit 920afa123e
86 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ with open('openmc/__init__.py', 'r') as f:
kwargs = {
'name': 'openmc',
'version': version,
'packages': find_packages(),
'packages': find_packages(exclude=['tests*']),
'scripts': glob.glob('scripts/openmc-*'),
# Data files and librarries

0
tests/__init__.py Normal file
View file

View file

View file

View file

View file

View file

View file

View file