feat: Make integration tests rust unit tests (#2884)

Co-authored-by:  Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Bartek Iwańczuk 2019-09-10 17:09:54 +02:00 committed by Ryan Dahl
parent 0b757f3737
commit acee1944b9
88 changed files with 678 additions and 384 deletions

View file

@ -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,