testgenie-py 0.3.4__py3-none-any.whl → 0.3.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- testgen/controller/docker_controller.py +1 -1
- {testgenie_py-0.3.4.dist-info → testgenie_py-0.3.5.dist-info}/METADATA +1 -1
- {testgenie_py-0.3.4.dist-info → testgenie_py-0.3.5.dist-info}/RECORD +5 -5
- {testgenie_py-0.3.4.dist-info → testgenie_py-0.3.5.dist-info}/WHEEL +0 -0
- {testgenie_py-0.3.4.dist-info → testgenie_py-0.3.5.dist-info}/entry_points.txt +0 -0
@@ -52,7 +52,7 @@ class DockerController:
|
|
52
52
|
sys.exit(1)
|
53
53
|
|
54
54
|
docker_args = [os.path.basename(args.file_path)] + [arg for arg in sys.argv[2:] if arg != "--safe"]
|
55
|
-
docker_args[0] = f"/controller/
|
55
|
+
docker_args[0] = f"/controller/{docker_args[0]}"
|
56
56
|
|
57
57
|
# Run the container with the same arguments
|
58
58
|
try:
|
@@ -12,7 +12,7 @@ testgen/analyzer/test_case_analyzer.py,sha256=0qLcRKOrQ4Uyh1ZMecVTkY9bWjNnx7Orid
|
|
12
12
|
testgen/analyzer/test_case_analyzer_context.py,sha256=7umDPHBjoTaCRvZOdNynpnWsr14Gy0E2hpMBPK8mz3Q,2128
|
13
13
|
testgen/controller/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
testgen/controller/cli_controller.py,sha256=DGPAt370TTMurL8gLKrVsl1yAP64a5OvgBBuBqhHX4I,9011
|
15
|
-
testgen/controller/docker_controller.py,sha256=
|
15
|
+
testgen/controller/docker_controller.py,sha256=a-cSW0PqnH1eD-rVOWvdZtY8k7e4A_Ptfw69osWPpL8,8699
|
16
16
|
testgen/docker/Dockerfile,sha256=6mutzP0ZkVueuvMLCOy2bsyGxWjLHU-cq7RFkuC8r5Y,781
|
17
17
|
testgen/generator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
18
|
testgen/generator/code_generator.py,sha256=-Nh5Jt4my29YWA_LKWn98I4jvDA-fNi6AGuw-vJhRV0,3171
|
@@ -61,7 +61,7 @@ testgen/util/z3_utils/branch_condition.py,sha256=N9FNR-iJmxIC62NpDQNVZ1OP14rXXqY
|
|
61
61
|
testgen/util/z3_utils/constraint_extractor.py,sha256=RXJLpmk6dAvHZ27839VXKXNtdy9St1F-17-pSEFu4bM,1285
|
62
62
|
testgen/util/z3_utils/variable_finder.py,sha256=dUh3F9_L_BDMz1ybiGss09LLcM_egbitgj0FT5Nh9u4,245
|
63
63
|
testgen/util/z3_utils/z3_test_case.py,sha256=yF4oJOrXMLzOwDUqXdoeg83MOTl3pvc_lYaZcS01CuQ,4983
|
64
|
-
testgenie_py-0.3.
|
65
|
-
testgenie_py-0.3.
|
66
|
-
testgenie_py-0.3.
|
67
|
-
testgenie_py-0.3.
|
64
|
+
testgenie_py-0.3.5.dist-info/METADATA,sha256=807smKnDTnpuHb_jQCRBnvUIVIGTC2lcEIrJpFwVgVc,4350
|
65
|
+
testgenie_py-0.3.5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
66
|
+
testgenie_py-0.3.5.dist-info/entry_points.txt,sha256=OUN4GqB4zHlHWwWGjwIPbur4E_ZqQgkeeqaCLhzRZgg,47
|
67
|
+
testgenie_py-0.3.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|