Brian E. Granger
eb9e0be218
Small refactoring of is_hidden to take root as default kwarg.
12 years ago
Brian E. Granger
009367666a
Fixing test_files tests.
12 years ago
Brian E. Granger
243392d810
Creating and testing IPython.html.utils.is_hidden.
12 years ago
Brian E. Granger
6ac7f6c2b4
Fixing casperjs tests to run on casperjs 1.0.x.
12 years ago
Brian E. Granger
717f031e01
Adding dashboard navigation tests for dir browsing.
12 years ago
Brian E. Granger
350705075b
Merge pull request #5012 from minrk/selection-dict
...
Make `SelectionWidget.values` a dict
12 years ago
MinRK
cc791f2a56
update selection test with null selection being invalid
12 years ago
Min RK
978a5c1bc2
Merge pull request #4952 from jdfreder/widget-tests
...
Widget test inconsistencies
add wait_for_widget
12 years ago
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
12 years ago
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.
12 years ago
Jonathan Frederic
b9e48b3d6c
Use wait_for_widget in widgets and string widget tests
12 years ago
Min RK
003c5e8eda
Merge pull request #4971 from ellisonbg/testjs-fd
...
Fixing issues with js tests
12 years ago
Jonathan Frederic
a2044fd463
Remove sleep from the following,
...
Button, float, int, multicontainer, selection widgets.
12 years ago
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).
12 years ago
Jonathan Frederic
d68112885b
Use waitFor instead of sleeping.
12 years ago
Brian E. Granger
8445ab1899
Fixing tests from shift and ctrl enter swap.
12 years ago
MinRK
5142cc775d
remove superfluous then
12 years ago
MinRK
a6ece94e32
add utils.wait_for_idle in js tests
...
and use it in execute_cell_then, since there is not always output.
12 years ago
Brian E. Granger
7c722d4b6c
Merge pull request #4824 from minrk/sign-notebooks
...
sign notebooks
12 years ago
MinRK
ecfa10b3b3
update shutdown_notebook
...
now that get_output_cell raises if there is no such output
12 years ago
MinRK
5e60741e5c
adjustments to nb_roundtrip.js
...
A few waits, little changes to get it running with recent changes
12 years ago
MinRK
d07e03b7c9
add wait_for_output(cell, index)
...
so you can wait for at least n outputs
12 years ago
Brian E. Granger
ffe92842fc
Merge pull request #4853 from minrk/imgmd
...
fix setting image height/width from metadata
12 years ago
MinRK
3c2ff965ef
get_output_cell fails with no such output
...
rather than returning null
12 years ago
Brian E. Granger
bc7b51d1b0
Merge pull request #4374 from jdfreder/widget-msg
...
IPEP 23: Backbone.js Widgets
12 years ago
Jonathan Frederic
8312534cac
Fixed Accordion test broken by last commit
12 years ago
Jonathan Frederic
75b148d40b
Renamed widgets...
...
TextWidget, TextareaWidget, CheckboxWidget, and SelectWidget
12 years ago
MinRK
63eb905a02
try assertType instead of NotEquals, null
12 years ago
MinRK
119052f75d
first review pass on widget tests
12 years ago
Min RK
64421304c0
Merge pull request #4826 from Carreau/no-html
...
some $.html( -> $.text(
12 years ago
Matthias BUSSONNIER
e99756c6d5
mv kerneljs_test to kernel_test
12 years ago
MinRK
2cbb633cb4
test displaying images with shape metadata
12 years ago
Jonathan Frederic
dc9f81e75d
Fixed bug in selection widget tests.
12 years ago
Matthias BUSSONNIER
25e68b3a75
typo
12 years ago
Matthias BUSSONNIER
03a2cb6535
fix js formatting
12 years ago
Matthias BUSSONNIER
4ecf5c8e5b
add kernel test
12 years ago
Paul Ivanov
9b7c8b0473
make the JS test fail
12 years ago
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
12 years ago
Matthias BUSSONNIER
cbe162297f
XSS casper test
12 years ago
Jonathan Frederic
7ce9f37b17
Made tests reflect changes to widget naming scheme.
12 years ago
Jonathan Frederic
c39050e642
Fixed widget_manager instance test.
12 years ago
Matthias Bussonnier
0ec0534ce9
Merge pull request #4796 from minrk/update-components
...
update components
closes #4765
12 years ago
Jonathan Frederic
16d9fa92e8
Fix test for selection widgets
12 years ago
Jonathan Frederic
4017c7b27a
Fixed *almost* all of the test-detected bugs
12 years ago
Jonathan Frederic
c085593e2a
More fixes
12 years ago
Jonathan Frederic
d103c682c5
Many checks off the todo list, test fixes
12 years ago
Jonathan Frederic
0c8b6029a6
Remove debug print statements in container tests
12 years ago
Jonathan Frederic
d2afb9895b
Output one more for debugging
12 years ago
Jonathan Frederic
7f430db3c8
Print cell output
12 years ago
Jonathan Frederic
12760ddbe5
deleted: wigets_container.js
12 years ago