comparison README.md @ 715:6aa7677b5129 feature/selectable_tests

Remove old line form README
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 20 Feb 2021 21:18:55 +0100
parents 48a61e085e60
children 1c5600a711ae
comparison
equal deleted inserted replaced
714:11a444d6fc93 715:6aa7677b5129
19 to run all test in the `SbpOperators` folder, or 19 to run all test in the `SbpOperators` folder, or
20 ``` 20 ```
21 julia> Pkg.test(test_args=["*/readoperators.jl"]) 21 julia> Pkg.test(test_args=["*/readoperators.jl"])
22 ``` 22 ```
23 to run only the tests in files named `readoperators.jl`. 23 to run only the tests in files named `readoperators.jl`.
24
25
26 This works by using the `@includetests` macro from the [TestSetExtensions](https://github.com/ssfrr/TestSetExtensions.jl) package. For more information, see their documentation.