adjusted integration test to call new hook

This commit is contained in:
Will Dampier
2022-09-02 14:47:25 -04:00
parent 8d1033393c
commit 58181c9671
2 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ def test_conda_packages():
Test extra user conda packages are installed
"""
subprocess.check_call([f"{USER_ENV_PREFIX}/bin/python3", "-c", "import hypothesis"])
subprocess.check_call([f"{USER_ENV_PREFIX}/bin/csvtk", "cat", "--help"])
def test_config_hook():