-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* from PR #78 (77-refactor-error-suppression): [CONFIGURATION] Added support for setting the default error logging path in the main Makefile (- WIP #77 -) * From PR #82 patch-145-fix-setup-cov: [PATCH] Minor improvements to 'check_legacy_setup_coverage' (- WIP #77 -) * From PR #83 (patch-150-81-test): [TESTS] Testing possible fix for PYL-C0414 (- WIP #80 -) Changes in file Makefile: - New variable 'ERROR_LOG_PATH' allows for improved debugging when configured. Changes in file tests/__init__.py: - Possible fix for PYL-C0414 Changes in file tests/check_legacy_setup_coverage: - Improved variable use allows for improved debugging when configured. Changes in file tests/context.py: - Possible fix for PYL-C0414 Changes in file tests/profiling.py: - Possible fix for PYL-C0414 - Improved documentation slightly Changes in file tests/test_basic.py: - Possible fix for PYL-C0414 Changes in file tests/test_usage.py: - Possible fix for PYL-C0414
- Loading branch information
Showing
6 changed files
with
103 additions
and
64 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