ConfigArgParse icon indicating copy to clipboard operation
ConfigArgParse copied to clipboard

Missing parser tests

Open tristanlatr opened this issue 7 months ago • 3 comments

This adds some tests from the pydoctor test suite: https://github.com/twisted/pydoctor/blob/master/pydoctor/test/test_configparser.py

tristanlatr avatar May 26 '25 13:05 tristanlatr

There is probably some kind of regression! All tests should be passing

tristanlatr avatar May 26 '25 13:05 tristanlatr

Heh, theres some overlap here https://github.com/bw2/ConfigArgParse/pull/317

kingbuzzman avatar Jun 09 '25 15:06 kingbuzzman

Having more or less duplicated tests isn’t too bad. The real question is why it isn’t passing :/ Since it is passing as-is in pydoctor’s test cases… some troubleshooting is required

tristanlatr avatar Jun 09 '25 16:06 tristanlatr