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
Paul Ivanov
9b7c8b0473
make the JS test fail
2014-01-22 14:45:20 -08:00
Jonathan Frederic
9560b29beb
Removed float widget bound tests,
...
once the int widget inherits from the float, or vise-versa, the tests
will be covered by the int
2014-01-22 12:12:08 -08:00
Matthias BUSSONNIER
cbe162297f
XSS casper test
2014-01-22 08:34:47 +01:00
Jonathan Frederic
7ce9f37b17
Made tests reflect changes to widget naming scheme.
2014-01-21 16:52:37 -08:00
Jonathan Frederic
c39050e642
Fixed widget_manager instance test.
2014-01-17 16:32:58 +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
Jonathan Frederic
16d9fa92e8
Fix test for selection widgets
2014-01-16 10:57:19 +00:00
Jonathan Frederic
4017c7b27a
Fixed *almost* all of the test-detected bugs
2014-01-16 10:57:19 +00:00
Jonathan Frederic
c085593e2a
More fixes
2014-01-16 10:57:18 +00:00
Jonathan Frederic
d103c682c5
Many checks off the todo list, test fixes
2014-01-16 10:57:17 +00:00
Jonathan Frederic
0c8b6029a6
Remove debug print statements in container tests
2014-01-16 10:57:13 +00:00
Jonathan Frederic
d2afb9895b
Output one more for debugging
2014-01-16 10:57:13 +00:00
Jonathan Frederic
7f430db3c8
Print cell output
2014-01-16 10:57:13 +00:00
Jonathan Frederic
12760ddbe5
deleted: wigets_container.js
2014-01-16 10:57:13 +00:00
Jonathan Frederic
74fccf47b3
Revert "Added line to dump page html casperjs"
...
This reverts commit 7091ce87f7a280dde7724d92fd542b834f764e61.
2014-01-16 10:57:13 +00:00
Jonathan Frederic
c7362cb524
Added line to dump page html casperjs
2014-01-16 10:57:12 +00:00
Jonathan Frederic
2e4abaa13d
Removed console.log, unused
2014-01-16 10:57:12 +00:00
Jonathan Frederic
399f11e2b2
renamed: wigets_container.js -> widgets_container.js
2014-01-16 10:57:12 +00:00
Jonathan Frederic
c3189c1c93
Fixed JS tests to reflect Jason's changes
2014-01-16 10:57:12 +00:00