man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

pytest-profiling: Fix type argument #247

Closed s-t-e-v-e-n-k closed 4 days ago

s-t-e-v-e-n-k commented 6 days ago

argparse now raises a weird exception if the type argument isn't a type, but is a string. Correct it to be the correct type.

jonbannister commented 4 days ago

This has been fixed by #245, thank you anyway!