bdf9f17c52e7c4f3cdc7510e9034bb38bf90c0cd
[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 # TODO: GMXRC should not be necessary with either Py 3.7+ or importlib_resources package.
7 source /usr/local/gromacs/bin/GMXRC
8
9 pytest $HOME/gmxapi/test $@