0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tests/testdata
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
..
assets chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bench chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
benches chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bundle chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
cache chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
cert chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
check chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
commonjs chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
compile chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
coverage chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
doc chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
dynamic_import chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
encoding chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
eval chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
file_extensions chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
fmt chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
import_attributes chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
import_maps chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
info chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
inspector chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
install chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
jsr chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
jsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
jupyter chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
lint chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
lockfile chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
lsp chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
malformed_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
module_graph chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
node chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
npm chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
package_json chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
publish chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
repl chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
run chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
runtime chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
subdir chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
task chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
test chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
tls chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
tsc chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
tsc2 chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
type_definitions chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
types chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
vendor chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
webcrypto chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
webgpu chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
workers chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
allow_run_allowlist_resolution.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
allow_run_allowlist_resolution.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
cat.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
echo.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
echo_server.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
env chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_cause_recursive_aggregate.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_cause_recursive_aggregate.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_cause_recursive_tail.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_cause_recursive_tail.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
navigator_language.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
navigator_languages.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
spawn_kill_permissions.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
symlink_to_subdir chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
welcome.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30