3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

[jenkins] inject test failure to test email

This commit is contained in:
Dylan Simon 2020-08-03 11:25:11 -04:00
parent 56483b2d7d
commit ff8124ea24

View File

@ -14,7 +14,7 @@ class test_toto(unittest.TestCase):
b=Toto(2)
c=a+b
self.assertEqual(c, b)
self.assertEqual(c, a)
def test_h5(self):