Skip to content
Snippets Groups Projects

refactor: update CLI

Merged Mate Balajti requested to merge fix_setup into main
2 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -27,5 +27,5 @@ def test_file():
def test_main():
"""Test main() function."""
with pytest.raises(TypeError):
main("")
with pytest.raises(SystemExit):
main()
Loading