diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2019-09-10 17:09:54 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-10 11:09:54 -0400 |
commit | acee1944b9419e101f515a501b11653af8229258 (patch) | |
tree | 25d31a76d25f465a8c97c637f3edce30c166ebb8 /tools/test.py | |
parent | 0b757f37371474da63db341b831d83539df28df6 (diff) |
feat: Make integration tests rust unit tests (#2884)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py index 3f8e74ecd..9cd2f7a46 100755 --- a/tools/test.py +++ b/tools/test.py @@ -8,7 +8,6 @@ from benchmark_test import TestBenchmark from deno_dir_test import TestDenoDir from fetch_test import TestFetch from fmt_test import TestFmt -from integration_tests import TestIntegrations from repl_test import TestRepl from setup_test import TestSetup from target_test import TestTarget @@ -41,7 +40,6 @@ def main(): TestTarget, JsUnitTests, TestFetch, - TestIntegrations, TestRepl, TestDenoDir, TestBenchmark, |