Explain test [skip ci]
This commit is contained in:
parent
65eecdfc1c
commit
04d30983be
1 changed files with 6 additions and 5 deletions
|
|
@ -241,11 +241,12 @@
|
|||
(assert (int? (.waitFor ls)))
|
||||
(slurp output)")
|
||||
"LICENSE"))
|
||||
(when test-utils/native?
|
||||
(let [output (test-utils/bb nil (io/file "test" "babashka" "scripts" "child.bb"))
|
||||
parsed (edn/read-string (format "[%s]" output))]
|
||||
(is (every? number? parsed))
|
||||
(is (= 3 (count parsed))))))
|
||||
(testing "bb is able to kill subprocesses created by ProcessBuilder"
|
||||
(when test-utils/native?
|
||||
(let [output (test-utils/bb nil (io/file "test" "babashka" "scripts" "child.bb"))
|
||||
parsed (edn/read-string (format "[%s]" output))]
|
||||
(is (every? number? parsed))
|
||||
(is (= 3 (count parsed)))))))
|
||||
|
||||
(deftest create-temp-file-test
|
||||
(let [temp-dir-path (System/getProperty "java.io.tmpdir")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue