Skip to content

Commit

Permalink
Exclude .pyc files from test runner, which supports Python in venv
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <taylor.curran@improving.com>
  • Loading branch information
currantw committed Nov 15, 2024
1 parent 29ac366 commit 929088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestRunner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
PERFORMANCE_INFO = "performance_info"
PERFORMANCE_RESULTS = "performance_results"
EXCLUDE_EXTENSION_LIST = (
".py", ".c", ".cmake", ".log",
".py", ".pyc", ".c", ".cmake", ".log",
".pdb", ".dll", ".sln", ".vcxproj", ".user",
".tlog", ".lastbuildstate", ".filters",
".obj", ".exp", ".lib", ".h", ".cpp", ".ilk")
Expand Down

0 comments on commit 929088e

Please sign in to comment.