You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make the nested functions (save_screenshot, perform_dragging, etc.) class methods of Test, and initialize the app in setUpClass (inherited from IntegrationTests).
break down the interactions tests into separate tests, one for dragging, one for clicking, one for hovering, etc.
programmatically set the renderedPositions of the nodes, rather than hardcoded.
Those suggestions do not currently affect the testing procedures, but shall we add supplementary tests or make substantial changes to the dash-cytoscape API, they could end up becoming useful. They might take substantial effort to implement.
The text was updated successfully, but these errors were encountered:
Future works for
tests.test_interactions
renderedPositions
of the nodes, rather than hardcoded.Those suggestions do not currently affect the testing procedures, but shall we add supplementary tests or make substantial changes to the dash-cytoscape API, they could end up becoming useful. They might take substantial effort to implement.
The text was updated successfully, but these errors were encountered: