1
0
Fork 0
oarc-dsc-datatool/tests/test_main.py

8 lines
114 B
Python
Raw Normal View History

import pytest
import dsc_datatool as app
def test_main():
with pytest.raises(Exception):
app.main()