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
Currently, some points should be addressed for the wk-lib snapshot tests:
Some requests are run against webknossos.org, which might leak user data. For this reason some snapshots are edited manually, which makes it hard to upgrade them.
The snapshots contain many timestamps, which makes them change, so that refreshing the snapshots creates large diffs. We should filter those timestamps so that a refresh only shows the necessary changes. There are hooks for this in vcrpy
The current version of the local webknossos setup is a bit hidden in the test.sh, maybe we could default to the currently running webknossos.org version?
The database should be dropped or evolutions must be run when upgrading the local webknossos setup.
The tests should be run regularly without snapshots, e.g. as a nightly test, so that we get notified when webknossos.org has breaking changes we didn't anticipate.
Currently, some points should be addressed for the wk-lib snapshot tests:
test.sh
, maybe we could default to the currently running webknossos.org version?__generate_client.py
needs some cleanup:The text was updated successfully, but these errors were encountered: