Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/readoperator_test.jl @ 732:6114274447f5 feature/selectable_tests
Add missing using and imports in test files
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Mar 2021 21:21:23 +0100 |
parents | 45966c77cb20 |
children | 0158c3fd521c |
comparison
equal
deleted
inserted
replaced
731:dfbdb127d2d8 | 732:6114274447f5 |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 using TOML | 3 using TOML |
4 using Sbplib.SbpOperators | 4 using Sbplib.SbpOperators |
5 | |
6 import Sbplib.SbpOperators.Stencil | |
5 | 7 |
6 | 8 |
7 @testset "parse_rational" begin | 9 @testset "parse_rational" begin |
8 @test SbpOperators.parse_rational("1") isa Rational | 10 @test SbpOperators.parse_rational("1") isa Rational |
9 @test SbpOperators.parse_rational("1") == 1//1 | 11 @test SbpOperators.parse_rational("1") == 1//1 |