Closed aldanor closed 10 years ago
I'm afraid I don't have any version of Windows anywhere at all, so there's no way I could test Argh on that particular platform. If you wish the problem to be fixed, please submit a patch (or create a pull request). Besides, the only thing I remember about CLI in Windows (about ten years ago) is that it was absolutely insanely horrible, so I'm not sure if supporting the Microsoft stuff is a good idea.
Closing the issue as wontfix until there's a patch.
Alright, I'll check it out later and see if I can fix it. It's probably just the tests themselves that are faiiling and not the core functionality. Probably has to do with the fact that there are no shebangs on Windows and sys.argv may be getting all messed up (that and stupid encoding issues).
test_unknown_args
intest_integration.py
seems to fail on Windows for Python2.7
,3.3
and3.4
when the tests are run viapy.test
(Anaconda Python distribution):test_encoding
only seems to fail in Python 2: