OZtree
OZtree copied to clipboard
Notes on future unit tests
- integration testing…
- 3.js and rendering system
- options for testing e.g. bounding boxes on screen etc.
- user testing
The main (and perhaps easiest) entry point for this is to work out how we might unit test some of the tours functionality, which is currently only used in the museum display tutorial.
There are (old) comments on running unit tests, which are now outdated (I think) in the main Readme at https://github.com/OneZoom/OZtree/blob/main/README.markdown#running-tests - we should update this and give instructions about how to run the current test suite.
There are (old) comments on running unit tests, which are now outdated (I think)
I think it still works though. However, I've updated the test-server task to recycle some of the web2py-running helpers, and allow you to pick the test script you want to run.