Allow gmxapi.commandline.cli to check GMXBIN.
[alexxy/gromacs.git] / python_packaging / scripts / run_gmxapi_unittest
1 #!/bin/bash
2 # Entry point script for Docker containers.
3 # Additional arguments are passed along to pytest.
4 # See README.md and the gmxapi/ci-<option> Docker images.
5
6 pytest $HOME/gmxapi/test $@