Kaynağa Gözat

Update run_tests.py

blueloveTH 3 yıl önce
ebeveyn
işleme
5160c95b21
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/run_tests.py

+ 1 - 1
scripts/run_tests.py

@@ -20,6 +20,6 @@ def test_dir(path):
     return not has_error
 
 if __name__ == '__main__':
-    ok = test_dir('./tests')
+    ok = test_dir('tests')
     if ok:
         print("ALL TESTS PASSED")