Go to file
Paul Ivanov 79217e7e63 be explicit about skipping js tests
this way those running the test suite can discover that there are a
bunch of js test groups. New output of `iptest -j` looks like this

```
Test group: kernel.inprocess -------------------------------------- OK
Test group: config ------------------------------------------------ OK
Test group: extensions -------------------------------------------- OK
Test group: lib --------------------------------------------------- OK
Test group: testing ----------------------------------------------- OK
Test group: core -------------------------------------------------- OK
Test group: terminal ---------------------------------------------- OK
Test group: utils ------------------------------------------------- OK
Test group: kernel ------------------------------------------------ OK
Test group: nbformat ---------------------------------------------- OK
Test group: qt ---------------------------------------------------- OK
Test group: autoreload -------------------------------------------- OK
Test group: html -------------------------------------------------- OK
Test group: nbconvert --------------------------------------------- OK
Test group: parallel ----------------------------------------- NOT RUN
Test group: js/base ------------------------------------------ NOT RUN
Test group: js/notebook -------------------------------------- NOT RUN
Test group: js/widgets --------------------------------------- NOT RUN
Test group: js/tree ------------------------------------------ NOT RUN
Test group: js/casperjs -------------------------------------- NOT RUN
Test group: js/services -------------------------------------- NOT RUN
```
2014-05-08 12:44:13 -07:00
docs/source Update notebook.rst 2014-04-21 16:56:52 -07:00
examples Update widget basics with some information about the placeholder 2014-04-17 11:06:43 -04:00
git-hooks Update README.md 2014-04-11 16:54:16 +10:00
IPython be explicit about skipping js tests 2014-05-08 12:44:13 -07:00
tools/tests Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
.gitignore build listed twice in .gitignore. Removing one. 2014-01-24 12:37:48 -06:00
.mailmap update mailmap 2014-04-01 21:32:53 -07:00
setup.py Merge pull request #5571 from minrk/readline-deps 2014-04-21 12:02:53 -07:00
setupbase.py Merge pull request #5658 from jhamrick/nbvalidate 2014-04-25 13:51:49 -07:00