From 3ff5d5a97c6b96809501744a3ae0780d5e95c6b3 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Tue, 3 Oct 2023 18:31:31 +0200 Subject: [PATCH] Clarify testing documentation --- docs/src/testing.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/testing.md b/docs/src/testing.md index 27d660f..6b62152 100644 --- a/docs/src/testing.md +++ b/docs/src/testing.md @@ -12,6 +12,7 @@ The basic idea of the functions is to use `make_test_system` to obtain a test system, construct an identical system in a downstream library and then use `test_approx_eq` to check they are actually equal. -For usage examples see the tests of [ExtXYZ](https://github.com/libAtoms/ExtXYZ.jl), -[AtomsIO](https://github.com/mfherbst/AtomIO.jl) -and [ASEconnect](https://github.com/mfherbst/ASEconvert.jl). +For usage examples see the tests of [ExtXYZ](https://github.com/libAtoms/ExtXYZ.jl/blob/master/test/atomsbase.jl), +[AtomsIO](https://github.com/mfherbst/AtomsIO.jl/blob/master/test/xsf.jl), +[Chemfiles](https://github.com/chemfiles/Chemfiles.jl/blob/master/src/atomsbase.jl) +and [ASEconnect](https://github.com/mfherbst/ASEconvert.jl/blob/master/test/runtests.jl).