-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: fix dummy ControlLayer shims side-effect
Since ControlLayer sets its .shims to SHIMS by default, setting attributes in dummy cl .shims changes SHIMS for the rest of the test session. Creating a new dict for the dummy_shim fixture avoids this side-effect. For redundancy, I also changed ControlLayer.__init__ to copy SHIMS instead of using the global instance.
- Loading branch information
1 parent
f289aee
commit 5f5d5bc
Showing
2 changed files
with
2 additions
and
3 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