Remove gmxapi roadmap.rst and acceptance tests.
[alexxy/gromacs.git] / python_packaging / scripts / README.md
1 # Testing scripts
2
3 The scripts in this directory are for convenience when running different suites of tests.
4 They can be specified as arguments to the Docker containers based on `ci.dockerfile`
5
6 * `run_flake8` runs the Flake8 Python linting tool on the `gmxapi` package sources.
7 * `run_gmxapi_unittest` runs single-threaded tests for the gmxapi Python package.
8 * `run_sample_test` runs the tests for the sample_restraint MD plugin API client code.
9 * `run_full` runs all of the above tests.
10 * `run_full_mpi` launches a 2-rank MPI session for the various Python tests.