Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: checking unittest framework exists can be slow
Sometimes importing a test framework such as pytest can trigger importing other code that has a longer runtime on import than allowed by the spawned process. This fixes the issue by checking that the import path can be found, which does not trigger importing the code.
- Loading branch information