Skip to content

Commit

Permalink
Clarify testing documentation (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst authored Oct 3, 2023
1 parent 773fe63 commit a229cdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit a229cdb

Please sign in to comment.