diff 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
line wrap: on
line diff
--- a/README.md	Sat Feb 20 21:15:52 2021 +0100
+++ b/README.md	Sat Feb 20 21:18:55 2021 +0100
@@ -21,6 +21,3 @@
 julia> Pkg.test(test_args=["*/readoperators.jl"])
 ```
 to run only the tests in files named `readoperators.jl`.
-
-
-This works by using the `@includetests` macro from the [TestSetExtensions](https://github.com/ssfrr/TestSetExtensions.jl) package. For more information, see their documentation.