mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
4ef019d88d
- at the time of writing, the v3 API === canary API - we have both v3 + canary regression tests, which are nearly the same but there are slight deviations that we keep missing when adding new tests - the canary tests are actually describing functionality of the v3 API - therefore, we should be ok to delete the v3 regression tests for now - when v3 is stable, we can copy the canary tests back to v3 |
||
---|---|---|
.. | ||
api | ||
exporter | ||
importer | ||
migrations | ||
models | ||
settings | ||
site | ||
update-check | ||
README.md |
Regression Tests
This folder should contain packages which we test in a cron job once per day. These tests should ensure that we don't break Ghost.
The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.