0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test/regression
Kevin Ansfield 33fe21f888 Removed all clients and client_trusted_domains related code
no issue

- v0.1 is ☠️ so there's no longer any use of client auth
- removes all code related to `clients` and `client_trusted_domains`
- noops the "add backup client" migration in 1.7 because the referenced fixture no longer exists causing migrations and consequently all regression tests to fail
2019-09-12 15:09:49 +01:00
..
api Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
apps/subscribers
exporter
importer Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
migrations Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
models Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
site 🔒 Added admin:redirects config option for disabling admin redirects 2019-09-12 12:40:12 +01:00
update-check Fixed regression test 2019-05-02 21:04:16 +02:00
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.