Brian E. Granger
38c369c0d8
Updating JS tests README.md.
2014-02-09 14:15:54 -08:00
Brian E. Granger
89c1aa2010
Merge pull request #5062 from minrk/js-test-races
...
adjust some events in nb_roundtrip
2014-02-08 23:20:09 -08:00
MinRK
e14172d851
adjust some events in nb_roundtrip
...
hopefully should address some intermittent failures due to race conditions
2014-02-08 23:12:05 -08:00
MinRK
7cb4321bfe
test unicode path in dashboard_nav
2014-02-08 23:09:23 -08:00
Jonathan Frederic
94a7a7fd3a
Whoops, put kernel.js in the wrong folder
2014-02-07 21:18:54 -08:00
Jonathan Frederic
23f2bdf734
Made the folders map 1-to-1 with those in static
2014-02-07 21:13:33 -08:00
Jonathan Frederic
2da92d4d13
Moved files out of casperjs folder
2014-02-07 21:06:58 -08:00
Jonathan Frederic
a07d24adb9
Move tests out into parent directories
2014-02-07 10:09:04 -08:00
Jonathan Frederic
063656343b
Moved notebook tests around.
2014-02-06 16:45:54 -08:00
Min RK
cd7c1e6fae
Merge pull request #5001 from ellisonbg/dashboard-dirs
...
Add directory navigation to dashboard
2014-02-05 17:21:43 -08:00
Brian E. Granger
eb9e0be218
Small refactoring of is_hidden to take root as default kwarg.
2014-02-05 16:43:11 -08:00
Brian E. Granger
009367666a
Fixing test_files tests.
2014-02-05 15:41:28 -08:00
Brian E. Granger
243392d810
Creating and testing IPython.html.utils.is_hidden.
2014-02-05 13:09:55 -08:00
Brian E. Granger
e765f894b6
Merge pull request #5023 from jdfreder/widget-arrays
...
Widgets- add ability to pack and unpack arrays on JS side.
2014-02-04 16:43:50 -08:00
Jonathan Frederic
4b9cb92247
Added support for RuntimeArray
2014-02-04 16:29:48 -08:00
Jonathan Frederic
74b2f5c542
Added debug log to see what is happening...
2014-02-04 16:18:04 -08:00
Jonathan Frederic
836742dc59
Added test for pack and unpack Model functions
2014-02-04 16:03:37 -08:00
Brian E. Granger
6ac7f6c2b4
Fixing casperjs tests to run on casperjs 1.0.x.
2014-02-04 15:53:28 -08:00
Brian E. Granger
717f031e01
Adding dashboard navigation tests for dir browsing.
2014-02-04 15:53:28 -08:00
Brian E. Granger
350705075b
Merge pull request #5012 from minrk/selection-dict
...
Make `SelectionWidget.values` a dict
2014-02-04 15:27:23 -08:00
MinRK
cc791f2a56
update selection test with null selection being invalid
2014-02-04 14:40:10 -08:00
Min RK
978a5c1bc2
Merge pull request #4952 from jdfreder/widget-tests
...
Widget test inconsistencies
add wait_for_widget
2014-02-04 12:14:31 -08:00
Matthias BUSSONNIER
bb27cd0de5
more subtle kernel indicator
...
add casper.wait_for_busy
like wait_for_idle, but busy
restore kernel notification widget
it's still used for interrupt / restart
use wait_for_busy in check_interrupt test
2014-02-04 11:40:39 +01:00
MinRK
3e1f2e22f8
Make SelectionWidget.values
a dict
...
rename 'labels' and '_value' to 'value_names' and 'value_name'.
To specify a mapping of value names and values, use a dict.
If you specify `values=[list]`, then an OrderedDict will be used.
Assignment after construction only supports a dict.
2014-02-03 17:15:06 -08:00
Jonathan Frederic
b9e48b3d6c
Use wait_for_widget in widgets and string widget tests
2014-02-02 22:40:33 -08:00
Min RK
003c5e8eda
Merge pull request #4971 from ellisonbg/testjs-fd
...
Fixing issues with js tests
2014-01-31 20:38:32 -08:00
Jonathan Frederic
a2044fd463
Remove sleep from the following,
...
Button, float, int, multicontainer, selection widgets.
2014-01-31 11:48:51 -08:00
Brian E. Granger
aa71651468
Fixing issues with js tests.
...
* Closing old pages to prevent fd leaks.
* Making sure kernels are killed to prevent fd leaks.
* Moving towards deleting old notebooks (this is not done, but
this should be merged as is).
2014-01-31 10:42:23 -08:00
Jonathan Frederic
d68112885b
Use waitFor instead of sleeping.
2014-01-30 15:23:58 -08:00
Brian E. Granger
8445ab1899
Fixing tests from shift and ctrl enter swap.
2014-01-30 12:53:52 -08:00
MinRK
5142cc775d
remove superfluous then
2014-01-29 18:06:50 -08:00
MinRK
a6ece94e32
add utils.wait_for_idle in js tests
...
and use it in execute_cell_then, since there is not always output.
2014-01-29 17:33:06 -08:00
Brian E. Granger
7c722d4b6c
Merge pull request #4824 from minrk/sign-notebooks
...
sign notebooks
2014-01-29 16:38:08 -08:00
MinRK
ecfa10b3b3
update shutdown_notebook
...
now that get_output_cell raises if there is no such output
2014-01-29 14:37:00 -08:00
MinRK
5e60741e5c
adjustments to nb_roundtrip.js
...
A few waits, little changes to get it running with recent changes
2014-01-29 14:37:00 -08:00
MinRK
d07e03b7c9
add wait_for_output(cell, index)
...
so you can wait for at least n outputs
2014-01-29 14:37:00 -08:00
Brian E. Granger
ffe92842fc
Merge pull request #4853 from minrk/imgmd
...
fix setting image height/width from metadata
2014-01-29 10:56:50 -08:00
MinRK
3c2ff965ef
get_output_cell fails with no such output
...
rather than returning null
2014-01-28 18:44:50 -08:00
Brian E. Granger
bc7b51d1b0
Merge pull request #4374 from jdfreder/widget-msg
...
IPEP 23: Backbone.js Widgets
2014-01-28 14:58:00 -08:00
Jonathan Frederic
8312534cac
Fixed Accordion test broken by last commit
2014-01-28 12:53:23 -08:00
Jonathan Frederic
75b148d40b
Renamed widgets...
...
TextWidget, TextareaWidget, CheckboxWidget, and SelectWidget
2014-01-28 12:51:24 -08:00
MinRK
63eb905a02
try assertType instead of NotEquals, null
2014-01-27 15:06:36 -08:00
MinRK
119052f75d
first review pass on widget tests
2014-01-26 17:01:59 -08:00
Min RK
64421304c0
Merge pull request #4826 from Carreau/no-html
...
some $.html( -> $.text(
2014-01-24 12:25:34 -08:00
Matthias BUSSONNIER
e99756c6d5
mv kerneljs_test to kernel_test
2014-01-24 20:52:06 +01:00
MinRK
2cbb633cb4
test displaying images with shape metadata
2014-01-23 15:38:19 -08:00
Jonathan Frederic
dc9f81e75d
Fixed bug in selection widget tests.
2014-01-23 10:58:52 -08:00
Matthias BUSSONNIER
25e68b3a75
typo
2014-01-23 19:58:09 +01:00
Matthias BUSSONNIER
03a2cb6535
fix js formatting
2014-01-23 19:31:35 +01:00
Matthias BUSSONNIER
4ecf5c8e5b
add kernel test
2014-01-23 19:08:56 +01:00