Browse Source

test runner working

PYADPT-55
Volker Birk 6 years ago
parent
commit
c2be0b03d3
  1. 2
      test/sync_test.py

2
test/sync_test.py

@ -10,7 +10,6 @@
import os, pathlib, sys import os, pathlib, sys
from optparse import OptionParser from optparse import OptionParser
from sync_handshake import run
def test_for(path): def test_for(path):
@ -19,6 +18,7 @@ def test_for(path):
os.environ["HOME"] = os.getcwd() os.environ["HOME"] = os.getcwd()
print("running tests for " + path); print("running tests for " + path);
from sync_handshake import run
run() run()
os.chdir(cwd) os.chdir(cwd)

Loading…
Cancel
Save