VisionSystemsInc / VisionSystemsInc/vsi_common
python unittests
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8
- Forks
- 9
- Avg merge
- 36m
- Merged PRs (30d)
- 1
Description
Run python unit tests in CICD.
Links of interest:
https://github.com/VisionSystemsInc/vsi_common/blob/main/Justfile#L264-L268
https://github.com/VisionSystemsInc/vsi_common/tree/main/python/vsi/test
@andyneff
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Python test directory at python/vsi/test and the referenced test command in Justfile lines 264-268. Determine how those unit tests are invoked, then add CI coverage so the Python tests run successfully; done means the CI job executes and passes them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100