dash-labs
dash-labs copied to clipboard
Multi Page Apps: Tests
Create Integration tests and Unit tests prior to adding the pages plugin to Dash
I got started writing tests in #66, but ran into some issues getting them to work properly. Here is a summary of the status:
Currently all the tests pass, but they need to be run one at a time because only the first test loads the modules from the pages/ folder. I tried Alex's suggestion of using
dash_process_serverlike here with a separatedash_brlike here since the process server makes a new Python session for the app. However I couldn't make it work in dash-labs.