##// END OF EJS Templates
don't try to delete notebooks...
don't try to delete notebooks this method wasn't currently working, and though we should put a working method there as a utility, it isn't strictly necessary, since the whole directory will be deleted
Paul Ivanov -
r13268:a5ff46f1
Show More
Name Size Modified Last Commit Author
/ IPython / html / tests / casperjs
test_cases
README.md Loading ...
util.js Loading ...

Regression tests for the web notebook. These tests depend on
CasperJS, which in turn requires
a recent version of PhantomJS.

Run the tests:

/path/to/bin/casperjs test --includes=util.js test_cases

The file util.js contains utility functions for tests,
including a hardcoded path to a running notebook server
(http://127.0.0.1:8888 by default).