Min RK
d9ba3fe15b
avoid use of testing.tools in IPython.html
11 years ago
Min RK
fcaec433e5
use traitlets.tests.utils for help output tests
...
for non-IPython projects
11 years ago
Jonathan Frederic
0c278a050d
Merge pull request #7757 from jasongrout/custom-serialization
...
Custom serialization
11 years ago
Min RK
1af60e08b6
fix binary websocket test
...
buffers are memoryviews now
11 years ago
Jason Grout
cdf1d39ff7
Update widget test for new custom serialization changes
11 years ago
Jason Grout
5e83876fc7
Convert some test code to python2/3 (add parens for print)
11 years ago
Jason Grout
b7a0163810
Make quoting consistent in the new tests
11 years ago
Jason Grout
115536874d
Write tests for custom serialization
11 years ago
Jason Grout
f283d3d1e9
Add the outline of a few new tests for the custom serialization
11 years ago
Jason Grout
c9f3c8e073
Make message throttling test easier to debug
11 years ago
Jason Grout
5ee06cd27c
Delete the packing/unpacking tests, since we just use generic json now
11 years ago
Min RK
0fa751b894
Merge pull request #7798 from jasongrout/buffer-memoryview
...
Extract session buffers as memoryviews
11 years ago
Jonathan Frederic
e09b83e910
Merge pull request #7725 from SylvainCorlay/fabutton
...
Adding font-awesome icon to button and toggle button
11 years ago
Min RK
fb12238bb2
update js serialize test
...
msg count and msgspec v5 API changes
11 years ago
Jason Grout
e441242f21
Fix serialization tests
11 years ago
Jason Grout
b4c8bda690
Add test to check that deserializing messages preserves the message order
11 years ago
Sylvain Corlay
da96d28620
font awesome icon
11 years ago
Jonathan Frederic
a1f75abe32
Test for persistence.
11 years ago
Min RK
ded9e7b6ad
don't trigger kernel_starting after kernel_connected
...
trigger instead at the beginning of Kernel.start
if a websocket is fully connected, the kernel has finished starting
11 years ago
Nicholas Bollweg
6a372a4c66
squashing the whitespace changes
11 years ago
Jason Grout
d3bd5ac96a
Fix error when overwriting a bad symbolic link installing an nbextension
...
The unit test fails before this fix and works after this fix.
Basically, if the already-installed symlink is a bad link, .exists()
returns False (so the existing link is not removed), while .lexists()
will return True (so the existing link is removed).
11 years ago
Jason Grout
c93a31ce70
Change install_nbextension to take install only a single nbextension (file, folder, archive, url), with an optional destination argument
11 years ago
Thomas Kluyver
c00eb5973f
Merge pull request #7537 from jasongrout/nbextension-custom-dest
...
Configurable destinations for nbextensions.
11 years ago
Matthias Bussonnier
1ce46a8723
Merge pull request #7481 from minrk/toggle-buttons-indicate
...
don't set bootstrap toggle on ToggleButtonsWidget
11 years ago
Min RK
99faeddf36
wait for new-notebook button to arrive
...
before clicking it.
Race condition was causing intermittent test failures.
11 years ago
Jason Grout
009dcf43cf
change filename to unicode string
11 years ago
Jason Grout
ad35813576
Make nbextension test a little clearer about the intent.
11 years ago
Jason Grout
9701ce1752
Add some unit tests for the new dictionary syntax for installing nbextensions
11 years ago
Min RK
0dc618102e
fix stop-on-error test
11 years ago
Juergen Hasch
eb7d0b7e07
Use stop_on_error instead of skip_exceptions
11 years ago
Juergen Hasch
2f50bf9980
Skip exceptions
11 years ago
Min RK
9d78b0dae6
toggle-buttons test
11 years ago
Min RK
3228719b26
fix highlight test for failed highlighting
...
not sure how this ever succeeded, but it's failing now
11 years ago
Min RK
f3da69c38d
allow system-wide paths for nbextensions
...
like kernel specs, default install is `/usr/local/share/jupyter/nbextensions`
add `--user` for .ipython/nbextensions path
11 years ago
Matthias Bussonnier
87b7f7599c
Merge pull request #7278 from minrk/nb-file-ext
...
don't enforce .ipynb extension in URLs
11 years ago
Juergen Hasch
5e641876da
fix insert_cell_at_index call in tests
11 years ago
Juergen Hasch
2fbf8835e1
fix insert_cell_at_index call in tests
11 years ago
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
11 years ago
Jonathan Frederic
09b289d932
Merge pull request #7274 from Carreau/global-command
...
make global css change on command/edit mode
11 years ago
Matthias Bussonnier
b003b62de4
Actually test that the j-nth cell.
11 years ago
Jonathan Frederic
6e86c7645b
Fix JS test new button selector
11 years ago
Min RK
979eb2d281
don't enforce .ipynb extension in URLs
...
let ContentsManager decide what's a notebook
11 years ago
Bussonnier Matthias
9c959ce6b1
correct variable name
11 years ago
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
11 years ago
Min RK
c166a05f5d
abstract some methods in contents service tests
...
should allow re-use for ContentsManager subclasses
11 years ago
Matthias Bussonnier
031252d44f
Merge pull request #7207 from takluyver/rm-nb-user-config
...
WIP: Remove js user_config module
11 years ago
Thomas Kluyver
95e60a544c
Update test to modify class config for default_cell_type
11 years ago
Min RK
7c8f2fd0f5
fix widget-import-warning test
...
wasn't updated with warning changes
11 years ago
Min RK
982a742112
Merge pull request #6700 from Carreau/actions-2
...
Use notebook actions in toolbar
11 years ago
Min RK
cadd5a14fe
Merge pull request #6747 from jdfreder/combofix
...
Make Selection widgets respect values order.
11 years ago