knadh / dictpress

A stand-alone web server application for building and publishing full fledged dictionary websites and APIs for any language.
https://dict.press
GNU Affero General Public License v3.0
361 stars 42 forks source link

add unit/integration test #37

Closed chinmayb closed 4 months ago

chinmayb commented 8 months ago

I got to know about the project from Nithin's tweet. So wanted to know more about the project. When going through the code base, I thought we could add some tests.

I added some tests here https://github.com/chinmayb/dictpress/pull/1 . Its just a couple of tests to begin with and contains a minor fix. We could add more in the upcoming commits/PRs. It brings up postgres as docker container during tests. Let me know your thoughts, I will raise the PR here if the approach seems fine, Thanks!

knadh commented 8 months ago

Hi @chinmayb. Please do send the PR. Thanks!

chinmayb commented 8 months ago

Great, here #36