Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-11-27 | ci: make upgrade_lsp_repl_sleeps less flaky (#21363) | David Sherret | |
Makes this test less flaky by allowing way more time for the test to occur in. | |||
2023-11-23 | chore: fix upgrade_prompt test on main (#21314) | David Sherret | |
Issue was main does canary builds, which broke this test because it didn't handle searching for a canary release. Tested by building as canary locally. | |||
2023-11-23 | chore: add upgrade prompt integration test (#21273) | David Sherret | |
1. Adds an upgrade prompt integration test. 1. Adds a test for when the upgrade check takes a long time in the repl. | |||
2023-06-10 | chore(tests): test_util - Add `PathRef` (#19450) | David Sherret | |
This adds a new `PathRef` struct to test_util for making it easier to work with paths in test code. I'm going to expand on this more in the future. | |||
2023-01-14 | chore: use rustfmt imports_granularity option (#17421) | Divy Srivastava | |
Closes https://github.com/denoland/deno/issues/2699 Closes https://github.com/denoland/deno/issues/2347 Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not need to switch the cargo toolchain to nightly. Do we care about formatting stability of our codebase across Rust versions? (I don't) | |||
2023-01-13 | tests: move integration tests to a single module (#17380) | Bartek Iwańczuk | |
Effectively reverts changes done in https://github.com/denoland/deno/pull/16816 | |||
2022-11-26 | tests: move integration tests to separate modules (#16816) | Bartek Iwańczuk | |
2022-11-18 | chore: use Rust 1.65.0 (#16688) | Aaron O'Mullan | |
2022-04-01 | chore(tests): use custom temp dir creation for the tests (#14153) | David Sherret | |
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-07-07 | fix(cli/tools/upgrade): check if passed version is valid (#11296) | Leo K | |
2021-06-27 | chore: split up integration_tests.rs into separate files (#11131) | David Sherret | |