def test_should_run_true(self):
        settings = default_settings()
        job = mock_emop_job(settings)
        job.postproc_result.pp_noisemsr_exists = False
        denoise = Denoise(job)

        self.assertTrue(denoise.should_run())