..F.. ====================================================================== FAIL: testFlagSpecAndMore (__main__.ArgsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/uke/oil/frontend/args_test.py", line 65, in testFlagSpecAndMore self.assertEqual(['foo', '--help'], arg_r.Rest()) AssertionError: Lists differ: ['foo', '--help'] != ['-e', '-o', 'nounset', 'foo',... First differing element 0: 'foo' '-e' Second list contains 3 additional elements. First extra element 2: 'nounset' - ['foo', '--help'] + ['-e', '-o', 'nounset', 'foo', '--help'] ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (failures=1)