mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
test: Spellchecking
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user