You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #50 standardized CLI interface commands, that's why we must update its calls inside tests files.
It's not the main objective of #38 but to put tests working again these must be corrected.
Resolves: Chunks of #38 and related to #50
As shown in #38, click package version 7.1.2 doesn't have 'temp_dir' argument in isolated_filesystem() function.
New click tests documentation: https://click.palletsprojects.com/en/8.0.x/testing/
Old click tests documentation: https://click.palletsprojects.com/en/7.x/testing/
We need to remove this argument and run tests and see the results
This commit also changes the old "public" function to the new "create". As said in commit a3158b5, Issue #50 standardized CLI interface commands, that's why we must update its calls inside tests files.
It's not the main objective of #38 but to put tests working again these must be corrected.
Resolves: Chunks of #38 and related to #50
No description provided.
The text was updated successfully, but these errors were encountered: