1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/cli/js/tests
Bartek Iwańczuk 8feb30e325
BREAKING: remove overload of Deno.test() (#4951)
This commit removes overload of Deno.test() that accepted named
function.
2020-04-28 12:33:09 +02:00
..
abort_controller_test.ts Add support for AbortController/AbortSignal (#4757) 2020-04-15 10:10:49 -04:00
blob_test.ts feat: Expose ReadableStream and make Blob more standardized (#4581) 2020-04-03 14:55:23 -04:00
body_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
buffer_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
build_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
chmod_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
chown_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
console_test.ts BREAKING: Remove Deno.symbols namespace (#4936) 2020-04-28 01:06:03 +02:00
copy_file_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
custom_event_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
dir_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
dispatch_json_test.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
dispatch_minimal_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
dom_exception_test.ts refactor: Event and EventTarget implementations (#4707) 2020-04-11 11:42:02 -04:00
dom_iterable_test.ts BREAKING: Remove Deno.symbols namespace (#4936) 2020-04-28 01:06:03 +02:00
error_stack_test.ts BREAKING: Remove Deno.symbols namespace (#4936) 2020-04-28 01:06:03 +02:00
event_target_test.ts refactor: Event and EventTarget implementations (#4707) 2020-04-11 11:42:02 -04:00
event_test.ts refactor: Event and EventTarget implementations (#4707) 2020-04-11 11:42:02 -04:00
fetch_test.ts BREAKING: Make fetch API more web compatible (#4687) 2020-04-10 09:51:17 -04:00
file_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
files_test.ts refactor: rename SeekMode variants to camelCase and stabilize (#4946) 2020-04-28 12:30:59 +02:00
form_data_test.ts dedup various type definitions (#4741) 2020-04-14 09:23:07 -04:00
format_error_test.ts refactor(cli/js/testing): Reduce testing interfaces (#4451) 2020-04-01 10:47:23 +02:00
fs_events_test.ts BREAKING CHANGE: rename Deno.fsEvents() to Deno.watchFs() (#4886) 2020-04-24 23:40:29 +02:00
get_random_values_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
globals_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
headers_test.ts BREAKING: Remove Deno.symbols namespace (#4936) 2020-04-28 01:06:03 +02:00
internals_test.ts BREAKING: Remove Deno.symbols namespace (#4936) 2020-04-28 01:06:03 +02:00
io_test.ts Add buffer size argument to copy (#4907) 2020-04-26 16:25:24 -04:00
link_test.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
location_test.ts refactor: unit test runner communicates using TCP socket (#4336) 2020-03-13 15:57:32 +01:00
make_temp_test.ts Stricter permissions for Deno.makeTemp* (#4318) 2020-03-11 15:05:42 -04:00
metrics_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
mkdir_test.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
net_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
os_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
performance_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
permissions_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
process_test.ts BREAKING CHANGE: remove Deno.OpenMode (#4884) 2020-04-25 00:45:55 +02:00
read_dir_test.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
read_file_test.ts Make writeSync, readSync, seekSync, openSync, isatty proper synchronous syscalls (#4762) 2020-04-15 20:43:19 -04:00
read_link_test.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
read_text_file_test.ts fix(#4769) Adds readTextFile, writeTextFile, with sync counterparts (#4901) 2020-04-28 01:35:20 -04:00
README.md Move resource_table from deno::State to deno_core::Isolate (#4834) 2020-04-21 09:48:44 -04:00
realpath_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
remove_test.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
rename_test.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
request_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
resources_test.ts refactor: unit test runner communicates using TCP socket (#4336) 2020-03-13 15:57:32 +01:00
signal_test.ts fix: async ops sanitizer false positives in timers (#4602) 2020-04-03 19:20:36 +02:00
stat_test.ts Rename FileInfo time fields and represent them as Date objects (#4932) 2020-04-27 21:13:32 +02:00
symlink_test.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
test_util.ts BREAKING: remove Deno.runTests() API (#4922) 2020-04-27 14:51:22 +02:00
testing_test.ts BREAKING: remove overload of Deno.test() (#4951) 2020-04-28 12:33:09 +02:00
text_encoding_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
timers_test.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
tls_test.ts BREAKING CHANGE: rename TLS APIs to camel case (#4888) 2020-04-24 23:29:14 +02:00
truncate_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
tty_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
umask_test.ts Fix umask test (#4533) 2020-03-30 19:02:02 -04:00
unit_test_runner.ts BREAKING: Remove Deno.symbols namespace (#4936) 2020-04-28 01:06:03 +02:00
unit_tests.ts fix(#4769) Adds readTextFile, writeTextFile, with sync counterparts (#4901) 2020-04-28 01:35:20 -04:00
url_search_params_test.ts fix(#2142) make URLSearchParams more standardized (#4695) 2020-04-23 10:30:32 -04:00
url_test.ts Change URL.port implementation to match WHATWG specifications (#4954) 2020-04-28 01:23:06 -04:00
utime_test.ts Rename FileInfo time fields and represent them as Date objects (#4932) 2020-04-27 21:13:32 +02:00
version_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
write_file_test.ts reorg: move js runtime tests to cli/js/tests/ (#4250) 2020-03-10 01:06:47 +01:00
write_text_file_test.ts fix(#4769) Adds readTextFile, writeTextFile, with sync counterparts (#4901) 2020-04-28 01:35:20 -04:00

Deno runtime tests

Files in this directory are unit tests for Deno runtime.

They are run under compiled Deno binary as opposed to files in cli/js/ which are bundled and snapshotted using deno_typescript crate.

Testing Deno runtime code requires checking API under different runtime permissions (ie. running with different --allow-* flags). To accomplish this all tests exercised are created using unitTest() function.

import { unitTest } from "./test_util.ts";

unitTest(function simpleTestFn(): void {
  // test code here
});

unitTest({
    ignore: Deno.build.os === "win",
    perms: { read: true, write: true },
  },
  function complexTestFn(): void {
    // test code here
  }
);

unitTest is is a wrapper function that enhances Deno.test() API in several ways:

  • ability to conditionally skip tests using UnitTestOptions.skip
  • ability to register required set of permissions for given test case using UnitTestOptions.perms
  • sanitization of resources - ensuring that tests close all opened resources preventing interference between tests
  • sanitization of async ops - ensuring that tests don't leak async ops by ensuring that all started async ops are done before test finishes

Running tests

unit_test_runner.ts is the main script used to run unit tests.

Runner discoveres required permissions combinations by loading cli/js/tests/unit_tests.ts and going through all registered instances of unitTest.

There are three ways to run unit_test_runner.ts:

# Run all tests. Spawns worker processes for each discovered permission
# combination:
target/debug/deno -A cli/js/tests/unit_test_runner.ts --master

# By default all output of worker processes is discarded; for debug purposes
# the --verbose flag preserves output from the worker
target/debug/deno -A cli/js/tests/unit_test_runner.ts --master --verbose

# Run subset of tests that don't require any permissions
target/debug/deno cli/js/tests/unit_test_runner.ts

# Run subset tests that require "net" and "read" permissions
target/debug/deno --allow-net --allow-read cli/js/tests/unit_test_runner.ts

# "worker" mode communicates with parent using TCP socket on provided address;
# after initial setup drops permissions to specified set. It shouldn't be used
# directly, only be "master" process.
target/debug/deno -A cli/js/tests/unit_test_runner.ts --worker --addr=127.0.0.1:4500 --perms=net,write,run

# Run specific tests
target/debug/deno --allow-net cli/js/tests/unit_test_runner.ts -- netTcpListenClose

RUST_BACKTRACE=1 cargo run --  --allow-read --allow-write cli/js/tests/unit_test_runner.ts -- netUnixDialListen

Http server

tools/http_server.py is required to run when one's running unit tests. During CI it's spawned automatically, but if you want to run tests manually make sure that server is spawned otherwise there'll be cascade of test failures.