Commit Graph

122 Commits

Author SHA1 Message Date
Jonathan Frederic
f1986755ec Removed button.close() test because it caused the test framework to hang 2014-01-16 10:57:08 +00:00
Jonathan Frederic
43bd3ae2ef Organized tests. 2014-01-16 10:57:08 +00:00
Jonathan Frederic
8853e40905 Added throttling test 2014-01-16 10:57:08 +00:00
Jonathan Frederic
aae6970944 Added StringWidget tests 2014-01-16 10:57:08 +00:00
Jonathan Frederic
a3a8a1efb1 Added list modification test to selection widget. 2014-01-16 10:57:08 +00:00
Jonathan Frederic
401997580e Added selection widget tests 2014-01-16 10:57:08 +00:00
Jonathan Frederic
df2c5d7d06 Removed js test utils commit and rebased with master.
Also add test to see if selection widgets are atleast displayed.
2014-01-16 10:57:08 +00:00
Jonathan Frederic
4ec03f00d9 Partially implemented selection widget tests 2014-01-16 10:57:08 +00:00
Jonathan Frederic
d398ab6720 Added multicontainer widget tests 2014-01-16 10:57:08 +00:00
Jonathan Frederic
35e74c41b8 Added int range and int widget tests. 2014-01-16 10:57:08 +00:00
Jonathan Frederic
2ae3e86b50 Added ImageWidget tests 2014-01-16 10:57:07 +00:00
Jonathan Frederic
b66bd65e75 Added float widget tests 2014-01-16 10:57:07 +00:00
Jonathan Frederic
a880181297 Added float range widget tests 2014-01-16 10:57:07 +00:00
Jonathan Frederic
5e01a6bb1e Uncommented parent/child test that was failing 2014-01-16 10:57:06 +00:00
Jonathan Frederic
b020a0b129 Add container tests 2014-01-16 10:57:06 +00:00
Jonathan Frederic
1865d07928 Added bool widget value toggle tests 2014-01-16 10:57:06 +00:00
Jonathan Frederic
9a15dca291 Added test to check initial states of bool views 2014-01-16 10:57:06 +00:00
Jonathan Frederic
e2143d5a8f Added basic bool widget tests 2014-01-16 10:57:06 +00:00
Jonathan Frederic
0b580b9f9a Make widget tests use new casper util functions 2014-01-16 10:57:06 +00:00
Jonathan Frederic
ced0de342d Cleaned up utilities in widget casper js tests 2014-01-16 10:57:06 +00:00
Jonathan Frederic
b53802472b Added button tests 2014-01-16 10:57:06 +00:00
Jonathan Frederic
9d8a0f62f1 Basic test widget button. 2014-01-16 10:57:06 +00:00
Jonathan Frederic
8daa879087 Fixed casperjs widget tests
to match WidgetManager requirejs load changes
2014-01-16 10:56:59 +00:00
Jonathan Frederic
e169e97409 Add basic widget.js tests 2014-01-16 10:56:03 +00:00
Matthias Bussonnier
0ec0534ce9 Merge pull request #4796 from minrk/update-components
update components

closes #4765
2014-01-16 09:53:07 -08:00
Min RK
dc2fd94d4e Merge pull request #4799 from ivanov/minor-jstest
minor js test fix
2014-01-13 18:54:55 -08:00
Paul Ivanov
03eedd52e2 minor js test fix 2014-01-13 18:53:54 -08:00
Min RK
ec77ad18b7 Merge pull request #4772 from takluyver/nbserver-files
Notebook server info files
2014-01-13 16:57:48 -08:00
MinRK
5e3d463dca marked now adds ids to header tags 2014-01-13 16:25:13 -08:00
Thomas Kluyver
e932429762 Command line entry point to list running notebook servers 2014-01-13 16:22:43 -08:00
MinRK
4d03df98fc b64 unicode literals for images 2014-01-12 21:20:39 -08:00
MinRK
38dabf49ad test append_output with invalid data 2014-01-12 14:43:15 -08:00
Paul Ivanov
5423613ef3 add test for custom mimetypes 2014-01-12 13:54:47 -08:00
Paul Ivanov
8ab7162c07 added svg to/fromJSON tests 2014-01-12 13:54:47 -08:00
Paul Ivanov
dfb21543c6 added jpeg mimetype tests 2014-01-12 13:54:47 -08:00
Paul Ivanov
6976eac897 adding png mimetype tests 2014-01-12 13:54:47 -08:00
Paul Ivanov
9c32f78efe tests for HTML mimetype 2014-01-12 13:54:47 -08:00
Paul Ivanov
369220042a add test for latex to/fromJSON 2014-01-12 13:54:47 -08:00
Paul Ivanov
9be3013d31 refactor clearing and executing first cell in test 2014-01-12 13:54:47 -08:00
Paul Ivanov
f93b47ac37 more refactoring - test to/fromJSON for mimetypes 2014-01-12 13:54:46 -08:00
Paul Ivanov
744178de32 minor formatting 2014-01-12 13:54:46 -08:00
Paul Ivanov
11eabc2e40 refactor tests with more concise assertion checks 2014-01-12 13:54:46 -08:00
Paul Ivanov
25a4bb0c26 plain text and json display_data and pyout tests 2014-01-12 13:54:46 -08:00
Paul Ivanov
07823deda3 minor formatting 2014-01-12 13:54:46 -08:00
Paul Ivanov
7c262155f7 add (failling) roundtrip test case 2014-01-12 13:54:46 -08:00
Paul Ivanov
e0aab910da minimal notebook rountrip test 2014-01-12 13:54:46 -08:00
Paul Ivanov
509f88534c distinguish display_svg() and display() tests 2014-01-12 13:54:46 -08:00
Paul Ivanov
93831f0dfc clear output in-between test runs 2014-01-12 13:52:13 -08:00
Paul Ivanov
2e72ab3cd6 make output code not drop non-mimetype-keyed json 2014-01-12 13:52:13 -08:00
Paul Ivanov
5fefd65d72 added test for display() calls with metadata
this test is currently failing
2014-01-12 13:52:13 -08:00