Skip to content

Commit 62b3df6

Browse files
authored
Merge pull request #374 from julia-vscode/testitem
Migrate to test item framework
2 parents b268a17 + b448d40 commit 62b3df6

21 files changed

+3131
-2700
lines changed

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9']
12+
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8']
1313
julia-arch: [x64, x86]
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
exclude:

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
88

99
[extras]
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
1112

1213
[compat]
1314
julia = "1"
1415
Tokenize = "0.5.24"
1516

1617
[targets]
17-
test = ["Test"]
18+
test = ["Test", "TestItemRunner"]

test/check_base.jl

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)