vatlab / sos-julia

SoS extension for Julia
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

More complete tests #14

Open BoPeng opened 5 years ago

BoPeng commented 5 years ago

A selenium based test suite has been added but many complex data types are not tested. It is relative easy to test

  1. have jupyter and sos-jupyter working
  2. install pytest, selenium and chromedriver
  3. run export JUPYTER_TEST_BROWSER=live
  4. run cd test; pytest test_data_exchange.py

If things work correct, test each data type in a separate browser and write down the tests following the convention in test_data_change.py.