OZtree icon indicating copy to clipboard operation
OZtree copied to clipboard

Notes on future unit tests

Open jrosindell opened this issue 5 years ago • 3 comments

  • integration testing…
  • 3.js and rendering system
  • options for testing e.g. bounding boxes on screen etc.
  • user testing

jrosindell avatar Apr 04 '20 14:04 jrosindell

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.

hyanwong avatar Apr 27 '21 10:04 hyanwong

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.

hyanwong avatar Nov 23 '21 11:11 hyanwong

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.

lentinj avatar Nov 26 '21 09:11 lentinj