test: Fixed scan_test.

This commit is contained in:
2026-06-24 14:55:00 -04:00
parent bb6c067b97
commit cd3e1b1110
2 changed files with 14 additions and 13 deletions

View File

@@ -24,8 +24,6 @@
16. Add tests for untested commands.
17. 2 scan tests silently skip when fd isn't installed, tests pass without actually testing anything. These should use #assert to be sure that fd is in path.
18. add --format -f flag to commands that draw tables.
19. Replace `testing.expect` calls with `testing.expect_value` calls where appropriate.