From 1ade4e99177ec2e804743310445edaad086a2510 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 7 Mar 2021 09:22:04 +0100 Subject: [PATCH] Updated CONTRIBUTING doc mentioning API tests are run using Postgres --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 234bab5e..f9121b26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ In order to ensure stability and no regressions are introduced while developing These are the best tests to catch regressions, and to verify everything behaves as expected. - They use MySQL as the database engine, and include some fixtures that ensure the same data exists at the beginning of the execution. + They use Postgres as the database engine, and include some fixtures that ensure the same data exists at the beginning of the execution. * **CLI tests**: *TBD. Once included, its purpose will be the same as API tests, but running through the command line*