mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
bf587d4055
no issue - Two affected unit tests were triggering the "slow unit test" error on CI which gave a clue they were either: - written badly OR - were not unit tests at all - The latter proved to be true and the tests were moved where they belong - into the regression test suite with much more forgiving running itme constraints. - Unit tests should run quick ALWAYS as that's the first thing that gets triggered before pushing improvements to main. Faster - better. |
||
---|---|---|
.. | ||
api | ||
exporter | ||
importer | ||
migrations | ||
models | ||
settings | ||
site | ||
README.md |
Regression Tests
These tests should ensure that we don't break Ghost for all available APIs.
The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.