48fa791b05d4047039432b9486932e8afaa4f0b5,integration_test/test_recipyrc.py,TestRecipyrc,test_ignored_metadata_diff,#TestRecipyrc#,269

Before Change


        information is in the log.
        
        exit_code, _ = self.run_script()
        assert exit_code == 0, ("Unexpected exit code " + str(exit_code))
        log, _ = helpers.get_log(recipyenv.get_recipydb())
        assert "diff" in log, "Expected "diff" in log"
        recipyrc = recipyenv.get_recipyrc()
        helpers.update_recipyrc(recipyrc, "ignored metadata", "diff")

After Change


        If [ignored metadata].diff is present then no "diff"
        information is in the log.
        
        helpers.execute_python([self.script, self.input_file,
                                self.output_file])
        log, _ = helpers.get_log(recipyenv.get_recipydb())
        assert "diff" in log, "Expected "diff" in log"
        recipyrc = recipyenv.get_recipyrc()
        helpers.update_recipyrc(recipyrc, "ignored metadata", "diff")
        helpers.execute_python([self.script, self.input_file,
                                self.output_file])
        log, _ = helpers.get_log(recipyenv.get_recipydb())
        assert "diff" not in log, "Unexpected "diff" in log"

    def test_ignored_metadata_git(self):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 11

Instances


Project Name: recipy/recipy
Commit Name: 48fa791b05d4047039432b9486932e8afaa4f0b5
Time: 2016-10-19
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: test_ignored_metadata_diff


Project Name: recipy/recipy
Commit Name: 48fa791b05d4047039432b9486932e8afaa4f0b5
Time: 2016-10-19
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: test_ignored_metadata_diff


Project Name: recipy/recipy
Commit Name: 48fa791b05d4047039432b9486932e8afaa4f0b5
Time: 2016-10-19
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: test_ignored_inputs_outputs


Project Name: recipy/recipy
Commit Name: 48fa791b05d4047039432b9486932e8afaa4f0b5
Time: 2016-10-19
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: test_ignored_metadata_git


Project Name: recipy/recipy
Commit Name: 48fa791b05d4047039432b9486932e8afaa4f0b5
Time: 2016-10-19
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: test_data_file_diff_outputs