-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#78 Summary of changes: - Fixed tests to match update library and ops. - Modified tox.ini to ignore appropriate directories.
- Loading branch information
Ivan Chvets
committed
Jan 4, 2023
1 parent
a1fee0d
commit 81152b0
Showing
3 changed files
with
15 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Initialize unit tests | ||
# | ||
|
||
"""Setup test environment for unit tests.""" | ||
|
||
import ops.testing | ||
|
||
# enable simulation of container networking | ||
ops.testing.SIMULATE_CAN_CONNECT = True |
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