dat-ecosystem / dat

:floppy_disk: peer-to-peer sharing & live syncronization of files via command line
https://dat.foundation
BSD 3-Clause "New" or "Revised" License
8.24k stars 449 forks source link

Registry server for tests #682

Open joehand opened 7 years ago

joehand commented 7 years ago

Right now we are using the datproject/datproject.org repo for testing registry commands. This is not ideal because we get some test failures from datproject.org changes, e.g. https://travis-ci.org/datproject/dat/jobs/210658187.

We need some way to test auth/publish commands, maybe we don't need to test against the actual server? Or we can move the server to a separate module?

joehand commented 7 years ago

https://github.com/datproject/datproject.org/issues/458

okdistribute commented 7 years ago

yeah, moving the api server to a separate module is ideal! https://github.com/datproject/datproject.org/issues/458