mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Refactor timeline framework to properly enforce concurrency-safe observations, and fix various issues discovered in the implementation of expectation algebra.
Refactor pattern to use == rather than 'in'. Improve timeline logging and timestamp everything that's logged. Do not run checks in fixture finalization if test failed.
This commit is contained in:
parent
8c3269543a
commit
a204460039
11 changed files with 765 additions and 385 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[pytest]
|
||||
testpaths=pytests
|
||||
timeout=5
|
||||
timeout=15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue