We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5370d98 commit 976b9f2Copy full SHA for 976b9f2
htdp-lib/test-engine/test-engine.rkt
@@ -176,6 +176,7 @@
176
(let ((test-object (current-test-object)))
177
; in case we're re-running
178
(set-test-object-failed-checks! test-object '())
179
+ (set-test-object-successful-tests! test-object '())
180
;; signature violations come before running tests, and there's no
181
;; way to easily re-run them, so so don't reset them here
182
(for-each (lambda (thunk)
0 commit comments