Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 8, 2024
1 parent 587445c commit 0632eba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shpc/tests/test_container.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
#!/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
# with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

import os

import pytest

import shpc.main.container as container

here = os.path.dirname(os.path.abspath(__file__))
root = os.path.dirname(here)

ci = os.environ.get("GITHUB_CI")


def test_pull_gh(tmp_path):
"""
Test a singularity container command
Expand Down

0 comments on commit 0632eba

Please sign in to comment.