mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
feat: Make integration tests rust unit tests (#2884)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
0b757f3737
commit
acee1944b9
88 changed files with 678 additions and 384 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue