1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by running the provided tests in order to confirm
its integrity. The examples can also be browsed, especially the functional
tests as they have a concrete application that is detailed in the documentation
that is shipped in stopt-doc.
* The C++ library can be tested by installing libstopt-dev and then running
sh someCppUnitTests
* The Python bindings can be tested by installing python3-stopt, python3-numpy,
and then running
sh pythonUnitTests
|