mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Updated CONTRIBUTING doc mentioning API tests are run using Postgres
This commit is contained in:
parent
65f2ab6720
commit
1ade4e9917
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue