8545c5acdc5577286bbd2f8531c90b439a5d52c9,tests/test_polyaxonfile/test_polyaxonfile.py,TestPolyaxonfile,test_advanced_file_passes,#TestPolyaxonfile#,27
Before Change
PolyaxonFile(os.path.abspath("tests/fixtures/simple_file.yml"))
def test_advanced_file_passes(self):
PolyaxonFile(os.path.abspath("tests/fixtures/advanced_file.yml"))
After Change
assert plxfile.eval is None
def test_advanced_file_passes(self):
plxfile = PolyaxonFile(os.path.abspath("tests/fixtures/advanced_file.yml"))
assert plxfile.version == 1
assert plxfile.project.name == "project1"
assert plxfile.project_path == "/mypath/project1"
assert plxfile.run_type == RunTypes.MINIKUBE
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances
Project Name: polyaxon/polyaxon
Commit Name: 8545c5acdc5577286bbd2f8531c90b439a5d52c9
Time: 2017-10-04
Author: mouradmourafiq@gmail.com
File Name: tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfile
Method Name: test_advanced_file_passes
Project Name: polyaxon/polyaxon
Commit Name: c5d968b65527d5cfac104a0b3aa2e5e9b14e93e9
Time: 2019-10-20
Author: contact@polyaxon.com
File Name: tests/test_polyaxonfile/test_polyaxonfile_typing.py
Class Name: TestPolyaxonfileWithTypes
Method Name: test_required_inputs_with_params
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_no_params_for_required_inputs_outputs_raises
Project Name: polyaxon/polyaxon
Commit Name: 8545c5acdc5577286bbd2f8531c90b439a5d52c9
Time: 2017-10-04
Author: mouradmourafiq@gmail.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_typing.py
Class Name: TestPolyaxonfileWithTypes
Method Name: test_required_inputs_with_params