changeset 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 11a444d6fc93
children 3e64e102e161
files README.md
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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.