forked from pyinstaller/pyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: move and reorganize couple more tests from test_libraries.py
Move `test_pkg_resource_res_string` to `test_pkg_resources.py`. Inline the test program code and remove the old program script. Move `test_pkgutil_get_data` and `test_pkgutil_get_data__main__` to `test_pkgutil.py`. Inline the test program code and remove the old program scripts. Move `test_pil_img_conversion`, `test_pil_PyQt5`, and `test_pil_plugins`. Inline the test program code for the image conversion test and remove the old program script. Reorganize the test program so that it receives the input and output file paths from the test via command-line arguments; this way, we do not need to bundle the test image into frozen application, and we can save the result into `tmp_path`.
- Loading branch information
Showing
8 changed files
with
139 additions
and
184 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.