Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Oct 24, 2023
1 parent 1f414c1 commit b8e38fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import subprocess
"""import subprocess
import time
def run_cli_command(command):
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
Expand All @@ -20,4 +20,5 @@ def test_cli():
time.sleep(15)
run_cli_command("pybci testTensorflow --timeout=10")
time.sleep(15)
assert True
assert True
"""

0 comments on commit b8e38fc

Please sign in to comment.