deno/cli/tests/unit
2020-09-25 18:34:20 +02:00
..
abort_controller_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
blob_test.ts refactor: deno_fetch op crate (#7524) 2020-09-18 09:20:55 -04:00
body_test.ts fix: Create body stream from any valid bodySource (#7128) 2020-08-20 11:47:58 -04:00
buffer_test.ts refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) 2020-09-16 22:22:43 +02:00
build_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
chmod_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
chown_test.ts test(cli): use assertThrows and assertThrowsAsync for chown tests (#7106) 2020-08-24 18:21:56 +02:00
console_test.ts fix(cli): customInspect works on functions (#7670) 2020-09-25 21:36:26 +10:00
copy_file_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
custom_event_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
dir_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
dispatch_json_test.ts refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) 2020-09-16 22:22:43 +02:00
dispatch_minimal_test.ts Encode op errors as strings instead of numbers (#6977) 2020-08-07 16:47:18 -04:00
dom_exception_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
dom_iterable_test.ts refactor: deno_fetch op crate (#7524) 2020-09-18 09:20:55 -04:00
error_stack_test.ts feat: update to TypeScript 4.0 (#6514) 2020-08-24 19:43:54 -04:00
event_target_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
event_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
fetch_test.ts fix: Empty Response body returns 0-byte array (#7387) 2020-09-08 11:46:15 +02:00
file_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
filereader_test.ts feat(web): FileReader API (#6673) 2020-08-11 14:00:53 +02:00
files_test.ts test(cli/unit): remove rogue console.log statement (#6846) 2020-07-22 16:46:43 -04:00
filter_function_test.ts feat(test): Add support for regex in filter flag (#6343) 2020-07-07 15:13:38 +02:00
form_data_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
format_error_test.ts refactor: improve tsc diagnostics (#7420) 2020-09-12 11:53:57 +02:00
fs_events_test.ts fix(cli/js/ops/fs_events): Ignore polling errors caused by return() (#6785) 2020-07-23 21:33:52 -04:00
get_random_values_test.ts Rename abbreviated assertions in std/testing (#6118) 2020-06-05 23:43:00 -04:00
globals_test.ts fix: don't expose globalThis.__bootstrap (#7344) 2020-09-04 07:52:19 -04:00
headers_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
internals_test.ts feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to InspectOptions (#6591) 2020-07-11 00:52:18 -04:00
io_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
link_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
make_temp_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
metrics_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
mkdir_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
net_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
os_test.ts test(cli/tests/unit): Enable color for js_unit_tests (#7443) 2020-09-14 12:46:50 +02:00
path_from_url_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
performance_test.ts fix(cli/rt): make some web API constructors illegal at runtime (#7468) 2020-09-19 23:30:59 +02:00
permissions_test.ts fix(cli/rt): make some web API constructors illegal at runtime (#7468) 2020-09-19 23:30:59 +02:00
process_test.ts fix: panic on process.kill() after run (#7405) 2020-09-09 22:40:16 +02:00
progressevent_test.ts feat(web): FileReader API (#6673) 2020-08-11 14:00:53 +02:00
read_dir_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
read_file_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
read_link_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
read_text_file_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
real_path_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
remove_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
rename_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
request_test.ts fix: Better use of @ts-expect-error (#6038) 2020-06-02 00:24:44 -04:00
resources_test.ts refactor: move op_resources and op_close to deno_core (#7539) 2020-09-17 18:09:50 +02:00
response_test.ts fix: Response.arrayBuffer() doesn't return promise (#7618) 2020-09-21 22:07:41 +02:00
signal_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
stat_test.ts test(cli/stat_test): older versions of Linux don't support birthtime (#6991) 2020-08-08 22:06:44 +02:00
stdio_test.ts fix: Deno.readSync on stdin (#6126) 2020-06-09 18:29:12 +02:00
streams_internal_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
streams_piping_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
streams_transform_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
streams_writable_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
symlink_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
sync_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
test_util.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
testing_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
text_encoding_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
timers_test.ts refactor: clean timers tests (#7679) 2020-09-25 18:34:20 +02:00
tls_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
truncate_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
tty_test.ts feat(unstable): add Deno.consoleSize (#6520) 2020-07-10 10:07:12 -04:00
umask_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
unit_test_runner.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
unit_tests.ts fix: Response.arrayBuffer() doesn't return promise (#7618) 2020-09-21 22:07:41 +02:00
url_search_params_test.ts fix(URLSearchParams): fix handling of + character (#7314) 2020-09-01 20:34:41 +02:00
url_test.ts fix(URL): Add missing part assignment (#7239) 2020-08-29 10:12:10 +02:00
utime_test.ts fix: use millisecond precision for Deno.futime and Deno.utime (#7299) 2020-09-01 10:03:07 -04:00
version_test.ts move js unit tests to cli/tests (#5678) 2020-05-20 17:52:51 -04:00
write_file_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
write_text_file_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00

Deno runtime tests

Files in this directory are unit tests for Deno runtime.

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 === "windows",
    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 discovers required permissions combinations by loading cli/tests/unit/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 run -A cli/tests/unit/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 run -A cli/tests/unit/unit_test_runner.ts --master --verbose

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

# Run subset tests that require "net" and "read" permissions
target/debug/deno run --unstable --allow-net --allow-read cli/tests/unit/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 run -A cli/tests/unit/unit_test_runner.ts --worker --addr=127.0.0.1:4500 --perms=net,write,run

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

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

Http server

target/debug/test_server 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.