Skip to content

Commit 5b86c69

Browse files
authored
Convert tests to @testitem format with TestItemRunner.jl (#25)
1 parent b67cf86 commit 5b86c69

File tree

2 files changed

+330
-325
lines changed

2 files changed

+330
-325
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ julia = "1.10"
2121
[extras]
2222
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
2323
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
24+
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
2425

2526
[targets]
26-
test = ["DataFrames", "Test"]
27+
test = ["DataFrames", "Test", "TestItemRunner"]

0 commit comments

Comments
 (0)