Cache the locally cloned lablup/testion-test repo for faster unit-testing
Open
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently it newly clones `lablup/testion-test` repository for each unit test cases of testion itself.
We could just clone it once and locally clone it into another temporary directory to reduce network access and speed-up self-testing. (Note: pygit2 supports local directory-to-directory clones, of course.) To implement this, we need to figure out how to write global/grouped test fixtures that runs only once before/after all test cases in pytest.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.