-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite of integration tests using pytest instead of unittest.TestCase.
In preparation for the modification of the integration tests to cover GSSAPI authentication I had to make a few changes to the existing test cases, which were written using unittest.TestCase. After some discussions with @dpkp and @jeffwidman I decided to first move those test cases to pytest, which is the preferred test framework for the project.
- Loading branch information
Showing
18 changed files
with
1,916 additions
and
1,869 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
Oops, something went wrong.