Skip to content

SinaraML Development Process

Maksim Buslovaev edited this page Feb 12, 2025 · 1 revision

SinaraML Lib is developed in the pipeline-sinara_quick_test repository. First of all, new APIs which are used in SinaraML Steps are coreved with a test that is similar to a working use case. Each test has its notes on how to be fulfilled in README.md

It is forbidden to make new commits to SinaraML Lib without proper testing in pipeline-sinara_quick_test repository.

It is impossible to cover everything with tests. Only the most possible use cases are taken into consideration. But as soon as bugs pop up, SinaraML Lib development process gets back again to pipeline-sinara_quick_test repository. The bugs found are being covered with a new test and new fixes go into SinaraML Lib.

Clone this wiki locally