at v192 688 B view raw
1These tests require that Mathics already be installed to work, 2which is not true when nix runs them. 3 4--- a/test/test_console.py 2015-09-07 21:41:08.530501979 -0700 5+++ b/test/test_console.py 2015-09-07 21:42:44.082176084 -0700 6@@ -13,6 +13,7 @@ 7 os.environ["TERM"] = "dumb" 8 self.console = pexpect.spawn('python2 mathics/main.py --color NOCOLOR') 9 10+ @unittest.expectedFailure 11 def testLaunch(self): 12 cons = self.console 13 14@@ -41,6 +42,7 @@ 15 'Quit by pressing CONTROL-D\r\n' 16 '\r\n') 17 18+ @unittest.expectedFailure 19 def testPrompt(self): 20 cons = self.console 21 cons.expect('Quit by pressing CONTROL-D\r\n\r\n')