Skip to content

Commit

Permalink
check dir is accurately passed through docker
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 13, 2024
1 parent c80c4ed commit f04652a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ def test_install_dir():

# A simple test class to run these tests
class TestBifrostSetup:
print("test connection")
def test_connection(self, test_connection):
# This is handled by the fixture, so just a placeholder test
pass
#print("test connection")
#def test_connection(self, test_connection):
# pass

print("test install dir")
def test_install_dir(self, test_install_dir):
Expand Down

0 comments on commit f04652a

Please sign in to comment.