etesync / server

The Etebase server (so you can run your own)
https://www.etesync.com
GNU Affero General Public License v3.0
1.56k stars 76 forks source link

Add integration test suite #121

Open parisni opened 2 years ago

parisni commented 2 years ago

in order to ease contributions and make the overall more robust would adding tests (eg; docker-compose local stack with postgres + fastapi api calls on test-client https://fastapi.tiangolo.com/tutorial/testing/) would be of interest ?

I can work on this

tasn commented 2 years ago

Yeah, that would definitely be of interest, though we have multiple test suits. Check out any of the client libraries (etebase-rs for one), they have a full integration test with the server.