Aleksandrs Zdancuks
Aleksandrs Zdancuks
Testfile: ``` import unittest class TestAutonoseFail(unittest.TestCase): def test_crash(self): self.skipTest("This test should be skipped") def test_fail(self): self.fail("Should fail") ``` 0launch http://gfxmonk.net/dist/0install/autonose.xml --console ``` SF ====================================================================== FAIL: test_fail (test.TestAutonoseFail) ---------------------------------------------------------------------- Traceback (most...
My behaviour is exactly opposite: it is working fine with --console. We need 3rd voice I think.
I've asked a collegue of mine to launch exactly same case. He did: - $ wget https://gist.github.com/gists/2035367/download - $ cd into-gist-folder - $ 0launch http://gfxmonk.net/dist/0install/autonose.xml Window collapsed and output in...
I'm bit confused, how should I do that. I've done `git pull` from autonose repository. Than I've get into autonose local copy and run `0launch http://gfxmonk.net/dist/0install/0local.xml autonose.xml`. It created a...
HEAD Output: ``` tiaburn@lvaltp0692:~/Sources/autonose$ git show HEAD commit abc40c500c4074f06089a7e592b8c2399302552c ``` so it seams, that git pull is correct ``` tiaburn@lvaltp0692:~/Sources/autonose_22$ 0launch ../autonose/autonose-local.xml SF ====================================================================== FAIL: test_fail (test.TestAutonoseFail) ---------------------------------------------------------------------- Traceback (most...