f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5,tests/test_polyaxonfile/test_polyaxonfile.py,TestPolyaxonfile,test_specification_with_quotes,#TestPolyaxonfile#,1279

Before Change


        assert spec.container.command == ["python"]
        assert spec.container.args == ["-c \"print("Tweet tweet")\""]
        spec = JobSpecification(spec.raw_data)
        spec.apply_context()
        assert spec.container.image == "continuumio/miniconda3"
        assert spec.container.command == ["python"]
        assert spec.container.args == ["-c \"print("Tweet tweet")\""]

After Change


        assert spec.container.command == ["python"]
        assert spec.container.args == ["-c \"print("Tweet tweet")\""]
        spec = JobSpecification(spec.data)
        spec = spec.apply_context()
        assert spec.container.image == "continuumio/miniconda3"
        assert spec.container.command == ["python"]
        assert spec.container.args == ["-c \"print("Tweet tweet")\""]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 17

Non-data size: 3

Instances


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_specification_with_quotes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_parallel_pipeline


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_job_file_with_termination_passes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_typing.py
Class Name: TestPolyaxonfileWithTypes
Method Name: test_matrix_file_passes_int_float_types


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_dag_pipeline


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_interval_pipeline


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_cron_pipeline


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_matrix_file_passes_int_float_types


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_job_file_with_contexts_passes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_passing_debug_ttl_overrides_polyaxonfiles


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_simple_file_passes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_matrix_file_passes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_typing.py
Class Name: TestPolyaxonfileWithTypes
Method Name: test_run_with_refs


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_job_file_with_environment_passes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_tf_passes


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_sequential_pipeline


Project Name: polyaxon/polyaxon
Commit Name: f67e0f54ef3b6b253d29bf8a86c20944ec6bd7b5
Time: 2019-09-22
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_matrix_early_stopping_file_passes