From ccb75599dbac463569bc4ca5fd3b88b32a023d20 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Apr 18 2016 17:24:26 +0000 Subject: [PATCH 1/3] Fail tests in some configurations --- diff --git a/test.py b/test.py index cf14671..53da16d 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,5 @@ import unittest +import os class MyTestCase(unittest.TestCase): @@ -8,6 +9,9 @@ class MyTestCase(unittest.TestCase): def test_more(self): self.assertTrue(1 + 1 is 2) + def test_fail_some(self): + self.assertEqual(os.environ.get('WHUT'), 'OI') + if __name__ == '__main__': unittest.main() From a832539e362fa6bb370951d10aed6c2409fcb638 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Jul 28 2016 16:32:59 +0000 Subject: [PATCH 2/3] An update --- diff --git a/README.markdown b/README.markdown index e6b2438..b5be32a 100644 --- a/README.markdown +++ b/README.markdown @@ -3,3 +3,5 @@ This is a place for me to try a slightly crazy idea that I have. Nothing to see here yet. Really. + +Long time no see. From 5163ec91fbff63e37a4cfe342f27fda4296b8def Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Jul 28 2016 17:05:55 +0000 Subject: [PATCH 3/3] Revert the update --- diff --git a/README.markdown b/README.markdown index b5be32a..e6b2438 100644 --- a/README.markdown +++ b/README.markdown @@ -3,5 +3,3 @@ This is a place for me to try a slightly crazy idea that I have. Nothing to see here yet. Really. - -Long time no see.