Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
from dash import html, dcc
).test_api_requests.py
.store_test_results
in.circlei/config.yml
to store test results for easier debugging.How is this helpful
No more import warnings: the dash_html_components package is deprecated. Please replace import dash_html_components as html ... when using dash-auth.
Context
This PR is meant to solve #121. #122 was on the right path so I based myself in that PR.
Next steps

There are still 19 failed tests which I think are all caused by the same problem The
users
dict is widely used throughouttest_plotly_auth_integration.py
but it requires environmental variables that are never defined (I could have missed something).Thus, test such as this will fail
