annotate test/runtests.jl @ 704:a7efedbdede9 feature/laplace_opset

Update docs
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 15 Feb 2021 17:31:32 +0100
parents 988e9cfcd58d
children f88b2117dc69
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
703
988e9cfcd58d Add function for == comparison of the fields for a struct, and apply to Laplace tests
Vidar Stiernström <vidar.stiernstrom@it.uu.se>
parents: 445
diff changeset
1 include("test_utils.jl")
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
2 using Test
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
3 using TestSetExtensions
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
4
445
a79d7b3209c9 Remove ExtendedTestSet from runtests.jl
Jonatan Werpers <jonatan@werpers.com>
parents: 422
diff changeset
5 @testset "All" begin
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
6 @includetests ARGS
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
7 end