-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit introduces multi-version tests. Due to the fact that tests were running on consul 1.1.0, some tests have been temporarily disabled due to issues with newer API. Will be fixed other commits
- Loading branch information
Mathias Brulatout
committed
Mar 15, 2024
1 parent
261e9e0
commit d2e1e4d
Showing
7 changed files
with
445 additions
and
329 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
import pytest | ||
|
||
import consul.base | ||
import consul | ||
|
||
CB = consul.base.CB | ||
Response = consul.base.Response | ||
|
Oops, something went wrong.