lablup / lablup/testion

Cache the locally cloned lablup/testion-test repo for faster unit-testing

Open
#2 0 comments 0 reactions 1 assignee Claimed by @E-nuri View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.