You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Because our API isn't stable yet, and we're going to have a lot of big changes, focusing on tests isn't the best option.
Of course in time we will go and focus on that, the design of tests now will go from 0 to 100 of every question with given JSON and check every status code every expected predict, potential values etc.
Tasks
For now, we design some simple test on inner parts of each function and don't go throng all the potential/predict/… Functions to check integrity of every them. Since, coding the inner tests takes a lot of time, hence we keep it open as much as needed (i.e., not forced in a specific deadline or milestone)
Intro
Because our API isn't stable yet, and we're going to have a lot of big changes, focusing on tests isn't the best option.
Of course in time we will go and focus on that, the design of tests now will go from 0 to 100 of every question with given JSON and check every status code every expected predict, potential values etc.
Tasks
For now, we design some simple test on inner parts of each function and don't go throng all the
potential/predict/… Functions to check integrity of every them. Since, coding the inner tests takes a lot of time, hence we keep it open as much as needed (i.e., not forced in a specific deadline or milestone)vizard.configstests #181vizard.datatests #182vizard.modelstests #180vizard.snorkeltests #183Remark
The first part which was removal of endpoint tests is done in #130.