jj/cli/tests/common
Martin von Zweigbergk 284fadda3a tests: allow overriding $JJ_TIMESTAMP and $JJ_RANDOMNESS_SEED in tests
I think if a particular test sets e.g. $JJ_TIMESTAMP, they would
expect it to get used by `run_jj()` but we currently overwrite a few
variables in that method. This patch makes it so we respect all
environment added to the test environment.

I'm going to use this for a test case that attempts to create
identical commits.
2025-10-27 16:35:47 +00:00
..
command_output.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
config_schema_defaults.rs tests: compute the schema defaults in Rust rather than using jq(1) 2025-08-08 16:19:30 +00:00
mod.rs cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
test_environment.rs tests: allow overriding $JJ_TIMESTAMP and $JJ_RANDOMNESS_SEED in tests 2025-10-27 16:35:47 +00:00