Skip to content

Commit 96da192

Browse files
authored
Merge pull request #15 from JuliaTesting/tb/refactor_printing
Refactor printing.
2 parents 08e8a0a + bca6f65 commit 96da192

File tree

4 files changed

+566
-298
lines changed

4 files changed

+566
-298
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ version = "0.1.2"
66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
88
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
9+
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
910
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10-
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1213
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1314

1415
[compat]
1516
Dates = "1"
1617
Distributed = "1"
18+
IOCapture = "0.2.5"
1719
Printf = "1"
18-
REPL = "1"
1920
Random = "1"
21+
Statistics = "1"
2022
Test = "1"
2123
julia = "1.10"

0 commit comments

Comments
 (0)