spyder-ide / spyder-unittest

A plugin for Spyder to run tests and view the results
MIT License
79 stars 34 forks source link

Add functionality to save and load command-line args #217

Closed abdullahkhalids closed 1 year ago

abdullahkhalids commented 1 year ago

Turns out it was easier than I initially thought. Just four lines worth of changes in unittestplugin.py to make sure these args are saved and loaded from the project config file.

Fixes #216.

jitseniesen commented 1 year ago

Hi, thanks for this and apologies for the delay. It all looks good. Some automatic checks are failing because unrelated code needs some updates after the plugin API in the Spyder development version changed. I will take care of that and then merge this PR (assuming everything still looks fine).

abdullahkhalids commented 1 year ago

Not a problem. Thanks for letting me help.

jitseniesen commented 1 year ago

@abdullahkhalids This is now merged and will be part of the next release. Thanks a lot for your contribution!