DEBSOURCES
Skip Quicknav
sources / oarc-dsc-datatool / 1.4.2-2 / tests / test_main.py
1234567
import pytest import dsc_datatool as app def test_main(): with pytest.raises(Exception): app.main()