OpenCyphal / nunaweb

A web UI for transcompiling DSDL via Nunavut.
https://nunaweb.opencyphal.org/
MIT License
4 stars 1 forks source link

Suggestion: use Nox for backend? #1

Open pavel-kirienko opened 3 years ago

pavel-kirienko commented 3 years ago

Adopting Nox for the backend would make its testing easier. Currently the docs say:

Setting up nunaserver is slightly complicated due to the several processes it needs to run.

This might be trivial to automate with Nox (probably less trivial with Tox). Here are practical examples:

(also, Celery, Redis API, Flask-CORS, and Nunavut itself appear to be missing from the backend requirements)

bbworld1 commented 3 years ago

Sorry for the lack of updates, but this is being worked on. The missing dependencies are added, and a noxfile+pytest setup is being worked on. In the meantime, for testing out the app locally there's a docker-compose development setup.