mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
15b7485a94
refs https://github.com/TryGhost/Team/issues/586 - Member model now has `products` relation, sorted using `sort_order`, following convention from `labels` - Product model has handling to set `slug` from name, following convention of Label model - Updated filter plugin to handle filtering Member models by their `product` relations e.g. `product:[slug, slug]` |
||
---|---|---|
.. | ||
api | ||
exporter | ||
importer | ||
migrations | ||
models | ||
settings | ||
site | ||
update-check | ||
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.