-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): Handle explicit commit in create_custom_field
- `create_custom_field` cannot be used arbitrarily in tests since it explicitly commits to make sure schema changes are reflected - Call it during setUpClass since 2 tests need it - Call it first so that after the commit, the following test setup can be rolled back on class cleanup - Rollback to the post setup state after each test so that there is no test-run data shared between tests
- Loading branch information
1 parent
335fd81
commit 199d04e
Showing
2 changed files
with
16 additions
and
15 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