mock.sentinel.old_chart

Here are the examples of the python api mock.sentinel.old_chart taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : test_release_diff.py
with Apache License 2.0
from airshipit

    def test_diff_input(self):
        diff = ReleaseDiff(
            mock.sentinel.old_chart, mock.sentinel.old_values,
            mock.sentinel.new_chart, mock.sentinel.new_values).get_diff()
        self.assertTrue(diff)