ICICLE-ai / CI-Components-Catalog

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Write initial test suite for catalog #9

Closed joestubbs closed 1 year ago

joestubbs commented 1 year ago

The tests should check the basic data retrieval functions (models.py) and associated /data route and be runnable as a python program. We have used pytest in the past with good success. The Tenants API source repository could serve as an example:

joestubbs commented 1 year ago

Duplicate of #8