File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change 1
1
using SafeTestsets
2
2
import Ratios: SimpleRatio
3
3
4
- @static if ! hasmethod (round, Tuple{Int, SimpleRatio{Int}})
5
- @eval Base. round (T, x:: SimpleRatio ) = round (T, x. num // x. den)
6
- end
7
-
8
- if parse (Bool, get (ENV , " DQ_TEST_UPREFERRED" , " false" ))
9
- @safetestset " Test upreferred disallowed" begin
10
- include (" test_ban_upreferred.jl" )
11
- end
12
- else
13
- @safetestset " Unitful.jl integration tests" begin
14
- include (" test_unitful.jl" )
15
- end
16
- @safetestset " ScientificTypes.jl integration tests" begin
17
- include (" test_scitypes.jl" )
18
- end
19
- @safetestset " Unit tests" begin
20
- include (" unittests.jl" )
21
- end
22
- @safetestset " Aqua tests" begin
23
- include (" test_aqua.jl" )
24
- end
25
- @safetestset " QuadGK integration tests" begin
26
- include (" test_quadgk.jl" )
27
- end
4
+ @safetestset " QuadGK integration tests" begin
5
+ include (" test_quadgk.jl" )
28
6
end
You can’t perform that action at this time.
0 commit comments