1
0
Fork 0
oarc-dsc-datatool/tests/test_main.py
Daniel Baumann 1ea3e103a7
Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 13:23:23 +02:00

7 lines
114 B
Python

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