We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf438b commit 86605e7Copy full SHA for 86605e7
1 file changed
src/practitest_firecracker/practitest.clj
@@ -582,7 +582,6 @@
582
(for [ts-id (into () testset-ids)]
583
{ts-id (merge-with -
584
(get ts-id-instance-num ts-id)
585
- ;; (frequencies (vec (map #(read-string (:id (last %))) (remove #(nil? (last %)) (get ts-id-tests ts-id)))))
586
(frequencies (vec (map #(get-in % [:attributes :test-id]) (get ts-id-instances (read-string ts-id))))))})))
587
make-instances (flatten (make-instances missing-tests))
588
test-by-id (group-by (fn [test] (read-string (:id (last test)))) all-tests)
0 commit comments