Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e344d0b8ae
commit
1ea3e103a7
77 changed files with 5760 additions and 0 deletions
7
tests/test_main.py
Normal file
7
tests/test_main.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import pytest
|
||||
import dsc_datatool as app
|
||||
|
||||
|
||||
def test_main():
|
||||
with pytest.raises(Exception):
|
||||
app.main()
|
Loading…
Add table
Add a link
Reference in a new issue