neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

Fix #111: introspect args behind @wraps decorator #113

Closed neithere closed 8 years ago

neithere commented 8 years ago

Let's see what CI says...

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-4.6%) to 88.975% when pulling 61ef9e5c1457a897d8dc557666c1a7fcbfb09bd4 on 111/introspect_through_wrapped into 2ac19d5a43dc40c25ddadd89946cd196f203c330 on master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 93.617% when pulling 3b110cd20948a8080963641377c1d57366b114e7 on 111/introspect_through_wrapped into 2ac19d5a43dc40c25ddadd89946cd196f203c330 on master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 93.617% when pulling 3b110cd20948a8080963641377c1d57366b114e7 on 111/introspect_through_wrapped into 2ac19d5a43dc40c25ddadd89946cd196f203c330 on master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 93.617% when pulling 3b110cd20948a8080963641377c1d57366b114e7 on 111/introspect_through_wrapped into 2ac19d5a43dc40c25ddadd89946cd196f203c330 on master.

neithere commented 8 years ago

Okay, this fixes #111 for Py3.5+. Some Travis checks have failed because of config problems.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 93.617% when pulling 4249ae2411c6378084bc4b66a9598c48dbb2fc82 on 111/introspect_through_wrapped into 2ac19d5a43dc40c25ddadd89946cd196f203c330 on master.

jacobsvante commented 7 years ago

Would be awesome to have a release with this @neithere 😁