Thread safety, cleaning

This commit is contained in:
jpic
2020-02-15 16:59:36 +01:00
parent 3afc739a1e
commit c96d2494d2
7 changed files with 60 additions and 27 deletions
+3
View File
@@ -4,6 +4,9 @@ inner = Run()
other = Run('ls')
middle = Buildah('alpine', inner, other)
outer = Localhost(middle)
middle = outer.actions[0]
other = middle.actions[1]
inner = middle.actions[0]
def test_action_init_args():