-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored and Organized Test Modules
- Moved test modules and data from the package directory to the root-level tests directory. - Updated directory structure to ensure clear separation of source code and tests. - Updated import statements in test modules to reflect new paths. - Restructured the tests module: - Renamed original automatic tests to `e2e` as they primarily test the main CLI scripts. - Added `unit` directory for unit tests. - Created `data` directory for shared test data files. This comprehensive refactoring improves project organization by clearly separating test code from application code. It facilitates easier test discovery and enhances maintainability by following common best practices.
- Loading branch information
Showing
25 changed files
with
32,211 additions
and
32,209 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8,936 changes: 4,468 additions & 4,468 deletions
8,936
src/pypromice/test/test_raw1.txt → tests/data/test_raw1.txt
Large diffs are not rendered by default.
Oops, something went wrong.
22,334 changes: 11,167 additions & 11,167 deletions
22,334
src/pypromice/test/test_raw_DataTable2.txt → tests/data/test_raw_DataTable2.txt
Large diffs are not rendered by default.
Oops, something went wrong.
2,310 changes: 1,155 additions & 1,155 deletions
2,310
...pypromice/test/test_raw_SlimTableMem1.txt → tests/data/test_raw_SlimTableMem1.txt
Large diffs are not rendered by default.
Oops, something went wrong.
30,822 changes: 15,411 additions & 15,411 deletions
30,822
src/pypromice/test/test_raw_transmitted1.txt → tests/data/test_raw_transmitted1.txt
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Empty file.
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
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.