mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 08:58:26 +01:00
adc467b2b2
Some tests throughout the codebase were just functions marked with the `#[test]` macro. It is convention to have these test functions in a `test` module with a compiler guard `cfg(test)`. This PR updates the tests that aren't already setup like this to be in the `test` module. Additionally, this PR also adds tests to the `exec` module to check the remaining `Token` enum variations. |
||
---|---|---|
.. | ||
exec | ||
fshelper | ||
lscolors | ||
app.rs | ||
exit_codes.rs | ||
internal.rs | ||
main.rs | ||
output.rs | ||
walk.rs |