-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: restructure internal
config
cases and fixtures (#1250)
These tests are so old that they predate the repository itself and are not giving the best coverage of what they say they're testing so I've refactored them so that: - the fixtures now live in the package, since that's the only place they're used - (we could probably improve this a bit further, but I've not done anything extra for now as I don't think it's as important) - the tests are now laid out as tables and run in parallel - methods are being tested independently, and with improved comparators - include a few missing cases such as when the file is missing
- Loading branch information
Showing
5 changed files
with
150 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
LoadPath = "a/b/c" |
File renamed without changes.
File renamed without changes.