-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…61719) Two improvements to the backup test scaffolding are included in this PR: 1. The `@targets` decorator is replaced with `@expect_models`, which is simpler and does not rely on test function returns, as these are deprecated in Python 3.11. 2. The error message shown to developers (and in CI) when the new `verify_models_in_output` test function fails are much more detailed, providing an explanation of what went wrong and where to look to fix the problem.
- Loading branch information
1 parent
3b58ab9
commit bbd0230
Showing
5 changed files
with
204 additions
and
156 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
Oops, something went wrong.