Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

abdullahkhalids
Copy link
Contributor

@abdullahkhalids abdullahkhalids commented Oct 15, 2023

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 jitseniesen self-assigned this Nov 7, 2023
@jitseniesen jitseniesen added this to the v0.7.0 milestone Nov 7, 2023
@jitseniesen
Copy link
Member

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
Copy link
Contributor Author

Not a problem. Thanks for letting me help.

@jitseniesen jitseniesen merged commit 7b614af into spyder-ide:master Nov 8, 2023
9 checks passed
@jitseniesen
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command-line arguments are not saved
2 participants