Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 956 Bytes

TESTING.md

File metadata and controls

34 lines (23 loc) · 956 Bytes

Testing eza

Running tests

In order to run the tests in eza you need:

then either run:

  • just itest
  • nix build -L trycmd-local

Modifying tests

In order to test your changes on eza, you will need to do one or multiple things in different cases. You will need the additional tool

You will also need to modify the devtools/dir-generator.sh file if you want to add some test cases

You added/modified an option

Please run just regen to regenerate powertesting. Then look into tests/gen or tests/cmd for any tests not passing

You changed the output of eza

Please run nix build -L trydump or just idump And lookout for any test no longer passing