-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Switch Hue backend unit testing from nose to pytest (#3693)
## What changes were proposed in this pull request? - Switch from old nose package to pytest package. This is required for supporting py3.10 - It also helps in removing the old license issues we had with nose packages (GPL) + this switch brings a new package which is well maintained and active for now instead of old/dead nose package. ## How to run the unit tests with pytest? # Run all unit tests ./build/env/bin/pytest # Run specific unit test groups ./build/env/bin/pytest test_file_path::class ./build/env/bin/pytest test_file_path::class::function ## How was this patch tested? - Manually. - Running all existing unit tests using pytest.
- Loading branch information
Showing
171 changed files
with
6,721 additions
and
7,077 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
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
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
Oops, something went wrong.