a1c9f138395366606f895b7910a4474e6176df6c,test/test_julia_action.py,,,#,14
Before Change
from sos.targets import file_target
from sos.utils import env
// if the test is imported under sos/test, test interacive executor
if "sos-notebook" in os.path.abspath(__file__).split(os.sep):
from sos_notebook.workflow_executor import Interactive_Executor as Base_Executor
else:
from sos.workflow_executor import Base_Executor
class TestActions(unittest.TestCase):
def setUp(self):
env.reset()
self.temp_files = []
After Change
self.assertTrue(os.path.isfile("julia_example.txt"))
if __name__ == "__main__":
unittest.main()
In pattern: SUPERPATTERN
Frequency: 14
Non-data size: 11
Instances
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_julia_action.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_nested.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_python3_actions.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_target.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_r_targets.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_bash_actions.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_node_actions.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_python3_target.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_dag.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_python2_actions.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_ruby_actions.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_octave_action.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_matlab_action.py
Class Name:
Method Name:
Project Name: vatlab/SoS
Commit Name: a1c9f138395366606f895b7910a4474e6176df6c
Time: 2018-10-17
Author: ben.bog@gmail.com
File Name: test/test_r_actions.py
Class Name:
Method Name: