Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dshikashio committed Oct 15, 2022
1 parent 3e82403 commit 469866e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ __pycache__/
*.py[cod]
MANIFEST

*.egg-info/
build/
dist/
env/

*.exe
*.obj
*.obj
*.ilk
*.pdb
21 changes: 12 additions & 9 deletions run_tests.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
REM discovery doesn't work well due to:
REM need to split dbgeng instances into different processe
REM until its clear how to properly release all references to objects
REM Use auto test discovery

python -m unittest discover

REM python -m unittest discover

python -m tests.test_idebugclient
python -m tests.test_target TestBasic
python -m tests.test_target TestTargetCreate
python -m tests.test_target TestTargetAttach1
python -m tests.test_target TestTargetAttach2
REM If discovery doesn't work well:
REM need to split dbgeng instances into different processes
REM until its clear how to properly release all references to objects

REM python -m tests.test_idebugclient
REM python -m tests.test_target TestBasic
REM python -m tests.test_target TestTargetCreate
REM python -m tests.test_target TestTargetAttach1
REM python -m tests.test_target TestTargetAttach2

0 comments on commit 469866e

Please sign in to comment.