Skip to content

Commit

Permalink
value: move tests to a separate file
Browse files Browse the repository at this point in the history
value.rs already got huge, better to put tests aside. Also, if only
tests are modified when put in the same file as library code, Cargo will
rebuild the lib crate anyway. Conversely, when tests are in a separate
file, the lib crate won't be rebuilt and this saves precious time.
  • Loading branch information
wprzytula committed Aug 6, 2024
1 parent 96155f1 commit a970436
Show file tree
Hide file tree
Showing 2 changed files with 1,948 additions and 1,968 deletions.
Loading

0 comments on commit a970436

Please sign in to comment.