mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:28:23 +00:00
git install test and tidying
This commit is contained in:
@@ -121,9 +121,11 @@ class SubprocessTest(TestCase):
|
||||
pass
|
||||
|
||||
def test_installs(self):
|
||||
''' Tests whether the external software is installed (but not whether it actually works)
|
||||
'''
|
||||
import troggle.settings as settings
|
||||
|
||||
for i in [settings.CAVERN, settings.SURVEXPORT]:
|
||||
for i in [settings.CAVERN, settings.SURVEXPORT, settings.GIT]:
|
||||
# Define command as string and then split() into list format
|
||||
cmd = f'which {i}'.split()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user