dash-labs icon indicating copy to clipboard operation
dash-labs copied to clipboard

Multi Page Apps: Tests

Open AnnMarieW opened this issue 3 years ago • 1 comments

Create Integration tests and Unit tests prior to adding the pages plugin to Dash

AnnMarieW avatar Nov 12 '21 16:11 AnnMarieW

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_server like here with a separate dash_br like here since the process server makes a new Python session for the app. However I couldn't make it work in dash-labs.

AnnMarieW avatar Feb 04 '22 23:02 AnnMarieW