Skip to content

Commit

Permalink
use TestItemRunner 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Feb 1, 2025
1 parent fcc23d8 commit 88a978b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ StaticArrays = "1.6"
Statistics = "1.9"
StructTypes = "1.10"
Test = "1.9"
TestItemRunner = "1"
TestItemRunner = "1.1"
TestItems = "1"
julia = "1.9"

Expand All @@ -70,7 +70,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ShowMethodTesting = "aed2ae9c-e0a3-4a50-8068-bdeec279239a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[targets]
test = ["Test", "PDBTools", "StaticArrays", "CellListMap", "BenchmarkTools", "TestItemRunner", "Aqua", "DelimitedFiles", "Documenter", "Random", "Plots", "ShowMethodTesting", "TestItems"]
test = ["Test", "PDBTools", "StaticArrays", "CellListMap", "BenchmarkTools", "TestItemRunner", "Aqua", "DelimitedFiles", "Documenter", "Random", "Plots", "ShowMethodTesting"]
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using TestItemRunner
using TestItems

@testmodule AllocTest begin
# This module defines the Allocs struct and the comparison operators
Expand Down

0 comments on commit 88a978b

Please sign in to comment.