MinRK
704b349302
add IPython.html.nbextensions.install_nbextension
...
for installing files into IPYTHONDIR/nbextensions
2014-02-08 20:02:56 -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
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
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
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