master
/ miniconda3 / pkgs / conda-package-handling-2.1.0-py311h06a4308_0 / info / test / run_test.sh

run_test.sh @a663dc1

41a0142
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
set -ex



pip check
pytest -v --cov=conda_package_handling --color=yes tests/
exit 0