diff --git a/shpc/tests/test_container.py b/shpc/tests/test_container.py index 06a8799bd..5b22715a5 100644 --- a/shpc/tests/test_container.py +++ b/shpc/tests/test_container.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (C) 2021-2023 Vanessa Sochat. +# Copyright (C) 2021-2024 Vanessa Sochat. # This Source Code Form is subject to the terms of the # Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed @@ -8,6 +8,8 @@ import os +import pytest + import shpc.main.container as container here = os.path.dirname(os.path.abspath(__file__)) @@ -15,6 +17,7 @@ ci = os.environ.get("GITHUB_CI") + def test_pull_gh(tmp_path): """ Test a singularity container command