-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: run snapshot tests dynamically in unimarkup-core crate (#105)
* fix: move functions for dynamic testing to test_runner * fix: remove unused test from core crate * fix: use macro to generate path to crate's integration tests folder * fix: run core snap tests dynamically using custom test harness * fix: correct documentation for test_runner helper functions * fix: format code * fix: auto-fix linter issues * fix: use array of custom tests instead of vec * fix: use resolver v2 for workspace * fix: update icu to resolve incompatibilities * fix: snapshot test blocks and provide better snapshot info * fix: rename core snapshot testing function * fix: remove dbg! call * fix: use better name to indicate clone of variable
- Loading branch information
Showing
76 changed files
with
446 additions
and
524 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
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
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
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
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
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
commons/src/scanner/icu_data/fallback/likelysubtags_v1/mod.rs
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
commons/src/scanner/icu_data/fallback/likelysubtags_v1/und.rs.data
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
commons/src/scanner/icu_data/fallback/supplement/co_v1/mod.rs
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
commons/src/scanner/icu_data/fallback/supplement/co_v1/und.rs.data
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.