drachenwald / dw_op

1 stars 5 forks source link

Extract a "viewer" Python package #61

Open olleolleolle opened 1 year ago

olleolleolle commented 1 year ago

This PR is one of many with the end goal of adding pytest tests to this project.

To get there, this PR starts to use Python packages and some other Flask patterns to make it possible to write automated tests.

The steps taken can be learned about in this Flask documentation article; https://flask.palletsprojects.com/en/3.0.x/patterns/packages/#simple-packages

Details

Future