Skip to content

Commit

Permalink
disabled gui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 26, 2024
1 parent 732e1db commit b4006b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
def coverage(c, details=False, gui=False):
c.run("coverage erase")
c.run("coverage run -m pytest --ignore tests-gui")
if gui:
c.run("coverage run -a -m unittest tests-gui.gui_app_test")
# if gui:
# c.run("coverage run -a -m unittest tests-gui.gui_app_test")
if details:
c.run("coverage report", pty=True)

Expand Down

0 comments on commit b4006b0

Please sign in to comment.