Skip to content

Commit

Permalink
rm help test
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 24, 2023
1 parent ebf0d86 commit d4b9d06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
from pyfeyn2.mkfeyndiag import main


def test_main_help(capsys):
main(["--help"])
captured = capsys.readouterr()
assert "Draw FeynML diagrams with pyfeyn2." in captured.out


def test_main_tikz(capsys):
main(["tests/test.fml", "-r", "tikz"])

0 comments on commit d4b9d06

Please sign in to comment.