test: Spellchecking

This commit is contained in:
Tobias Waldekranz
2024-05-20 16:21:06 +02:00
parent 232c2329af
commit 1dbe09b428
5 changed files with 5 additions and 5 deletions
@@ -42,7 +42,7 @@ with infamy.Test() as test:
}
})
with test.step(f"Verify {NAME} continer has started"):
with test.step(f"Verify {NAME} container has started"):
c = infamy.Container(target)
until(lambda: c.running(NAME), attempts=10)
@@ -80,7 +80,7 @@ with infamy.Test() as test:
}
})
with test.step(f"Verify {NAME} continer has started"):
with test.step(f"Verify {NAME} container has started"):
c = infamy.Container(target)
until(lambda: c.running(NAME), attempts=10)
+1 -1
View File
@@ -59,7 +59,7 @@ with infamy.Test() as test:
}
})
with test.step(f"Verify {NAME} continer has started"):
with test.step(f"Verify {NAME} container has started"):
c = infamy.Container(target)
until(lambda: c.running(NAME), attempts=10)
+1 -1
View File
@@ -83,7 +83,7 @@ with infamy.Test() as test:
}
})
with test.step(f"Verify {NAME} continer has started"):
with test.step(f"Verify {NAME} container has started"):
c = infamy.Container(target)
until(lambda: c.running(NAME), attempts=10)
+1 -1
View File
@@ -17,7 +17,7 @@ usage: test/env [<OPTS>] -f <IMAGE> -q <QENETH-DIR> <COMMAND> [<ARGS>...]
-c
Clean up cruft, lingering images, old containers, unused volumes.
Used by GitHub action to prevent issues with runnign tests.
Used by GitHub action to prevent issues with running tests.
-C
Don't containerize the command, run it directly in the current