-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests for analyzer; bug fix (#2083)
* Added more tests for the analyzer - fixed a couple of bugs * Added more tests and fixed a couple more bugs - typing hints now compatible with python 3.8 - in `in_protected_path` we were not correctly checking for files in a protected directory - in `handle_interop` we now check ANALYSIS_TIMED_OUT - in `inject_process` we now update LASTINJECT_TIME - Updated the tests to match the fixed behaviour * Ran `poetry lock --no-update` as prompted by github * Added tests; reduced the scope of patch()
- Loading branch information
Showing
5 changed files
with
573 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
Oops, something went wrong.