0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tests/integration
Matt Mastracci 6016881eaa chore: move cli/tests/ -> tests/ (#22369)
This looks like a massive PR, but it's only a move from cli/tests ->
tests, and updates of relative paths for files.

This is the first step towards aggregate all of the integration test
files under tests/, which will lead to a set of integration tests that
can run without the CLI binary being built.

While we could leave these tests under `cli`, it would require us to
keep a more complex directory structure for the various test runners. In
addition, we have a lot of complexity to ignore various test files in
the `cli` project itself (cargo publish exclusion rules, autotests =
false, etc).

And finally, the `tests/` folder will eventually house the `test_ffi`,
`test_napi` and other testing code, reducing the size of the root repo
directory.

For easier review, the extremely large and noisy "move" is in the first
commit (with no changes -- just a move), while the remainder of the
changes to actual files is in the second commit.
2024-02-15 10:32:21 +05:30
..
bench_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bundle_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
cache_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
cert_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
check_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
compile_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
coverage_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
doc_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
eval_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
flags_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
fmt_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
info_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
init_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
inspector_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
install_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
js_unit_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
jsr_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
jupyter_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
lint_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
lsp_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
mod.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
node_compat_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
node_unit_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
npm_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
publish_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
repl_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
run_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
shared_library_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
task_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
test_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
upgrade_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
vendor_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
watcher_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30