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
There are numerous tests that need to be implemented. This issue collects them in order to keep track which are already done and which are yet to be written. This issue will be updated as code will be further specialized and partintioned into more atomical functions and objects.
Unit tests
Conventional tests for static functions
tests for preparing data (ag_data_* )
tests for ag_option
Reactivity tests
For each input there should be tests that check if they cause correct output changes
graphControlServer
interactionsTableServer
nodeInfoServer
server
Custom elements tests
Those tests can probably be easiest to perform by comparing HTML results when changing input.
ifelsePanel
filterCheckbox
UI tests
Check if interacting with UI cause server to perform operations. Check if change of server output cause UI to change. Possibly using snapshots.
graphControlUI
interactionsTableUI
nodeInforUI
ui
Integration tests
tests that check if app starts without throwing an error etc.
The text was updated successfully, but these errors were encountered:
There are numerous tests that need to be implemented. This issue collects them in order to keep track which are already done and which are yet to be written. This issue will be updated as code will be further specialized and partintioned into more atomical functions and objects.
Unit tests
Conventional tests for static functions
ag_data_*
)ag_option
Reactivity tests
For each input there should be tests that check if they cause correct output changes
Custom elements tests
Those tests can probably be easiest to perform by comparing HTML results when changing input.
UI tests
Check if interacting with UI cause server to perform operations. Check if change of server output cause UI to change. Possibly using snapshots.
Integration tests
The text was updated successfully, but these errors were encountered: