-
Notifications
You must be signed in to change notification settings - Fork 3
Don't call self from subprocess for tests #285
Copy link
Copy link
Open
Labels
blockedAnother issue is preventing progressAnother issue is preventing progresstestingAdditions or improvements to the test suiteAdditions or improvements to the test suite
Description
Motivation
Now that we have codecov, I can see the slow tests:
https://app.codecov.io/gh/nathanjmcdougall/usethis-python/tests/main?parameter=SLOWEST_TESTS
We should use #190 for these cases. The overhead of importing typer etc. slows things down significantly.
Summary of desired enhancement
Speed up tests by never calling usethis as a subprocess.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedAnother issue is preventing progressAnother issue is preventing progresstestingAdditions or improvements to the test suiteAdditions or improvements to the test suite