github.com/tiagovtristao/plz@v13.4.0+incompatible/test/coverage_output_test.py (about) 1 #!/usr/bin/python 2 # 3 # Dummy test file for some of the e2e tests. 4 5 import unittest 6 7 8 class CoverageOutputTest(unittest.TestCase): 9 10 def test_stuff(self): 11 """Test that the flux capacitor is correctly calibrated.""" 12 self.assertEquals(2, 2)