Jonathan Frederic
|
ced0de342d
|
Cleaned up utilities in widget casper js tests
|
12 years ago |
Jonathan Frederic
|
b53802472b
|
Added button tests
|
12 years ago |
Jonathan Frederic
|
9d8a0f62f1
|
Basic test widget button.
|
12 years ago |
Jonathan Frederic
|
8daa879087
|
Fixed casperjs widget tests
to match WidgetManager requirejs load changes
|
12 years ago |
Jonathan Frederic
|
e169e97409
|
Add basic widget.js tests
|
12 years ago |
Matthias Bussonnier
|
0ec0534ce9
|
Merge pull request #4796 from minrk/update-components
update components
closes #4765
|
12 years ago |
Min RK
|
dc2fd94d4e
|
Merge pull request #4799 from ivanov/minor-jstest
minor js test fix
|
12 years ago |
Paul Ivanov
|
03eedd52e2
|
minor js test fix
|
12 years ago |
Min RK
|
ec77ad18b7
|
Merge pull request #4772 from takluyver/nbserver-files
Notebook server info files
|
12 years ago |
MinRK
|
5e3d463dca
|
marked now adds ids to header tags
|
12 years ago |
Thomas Kluyver
|
e932429762
|
Command line entry point to list running notebook servers
|
12 years ago |
MinRK
|
4d03df98fc
|
b64 unicode literals for images
|
12 years ago |
MinRK
|
38dabf49ad
|
test append_output with invalid data
|
12 years ago |
Paul Ivanov
|
5423613ef3
|
add test for custom mimetypes
|
12 years ago |
Paul Ivanov
|
8ab7162c07
|
added svg to/fromJSON tests
|
12 years ago |
Paul Ivanov
|
dfb21543c6
|
added jpeg mimetype tests
|
12 years ago |
Paul Ivanov
|
6976eac897
|
adding png mimetype tests
|
12 years ago |
Paul Ivanov
|
9c32f78efe
|
tests for HTML mimetype
|
12 years ago |
Paul Ivanov
|
369220042a
|
add test for latex to/fromJSON
|
12 years ago |
Paul Ivanov
|
9be3013d31
|
refactor clearing and executing first cell in test
|
12 years ago |
Paul Ivanov
|
f93b47ac37
|
more refactoring - test to/fromJSON for mimetypes
|
12 years ago |
Paul Ivanov
|
744178de32
|
minor formatting
|
12 years ago |
Paul Ivanov
|
11eabc2e40
|
refactor tests with more concise assertion checks
|
12 years ago |
Paul Ivanov
|
25a4bb0c26
|
plain text and json display_data and pyout tests
|
12 years ago |
Paul Ivanov
|
07823deda3
|
minor formatting
|
12 years ago |
Paul Ivanov
|
7c262155f7
|
add (failling) roundtrip test case
|
12 years ago |
Paul Ivanov
|
e0aab910da
|
minimal notebook rountrip test
|
12 years ago |
Paul Ivanov
|
509f88534c
|
distinguish display_svg() and display() tests
|
12 years ago |
Paul Ivanov
|
93831f0dfc
|
clear output in-between test runs
|
12 years ago |
Paul Ivanov
|
2e72ab3cd6
|
make output code not drop non-mimetype-keyed json
|
12 years ago |
Paul Ivanov
|
5fefd65d72
|
added test for display() calls with metadata
this test is currently failing
|
12 years ago |
Brian E. Granger
|
d8db72564a
|
Merge pull request #3605 from ellisonbg/newux
Modal UI - a whole new world of fun....its like vim, but not!
|
12 years ago |
Brian E. Granger
|
8d73a3ac05
|
Fixing more JS tests.
|
12 years ago |
Paul Ivanov
|
e3053b0a58
|
Clarify waiting for notebook server to launch
|
12 years ago |
Thomas Kluyver
|
9363dd1087
|
Simplify waiting for notebook server to die.
|
12 years ago |
Thomas Kluyver
|
b0afd36408
|
Don't wait forever for notebook server to launch/die for tests
Should turn occasional hangs into straightforward errors.
|
12 years ago |
Thomas Kluyver
|
3fc26c1886
|
Test for writing and removing server info files
|
12 years ago |
Min RK
|
556627a637
|
Merge pull request #4656 from takluyver/nbconvert-service
Nbconvert HTTP service
|
12 years ago |
Min RK
|
8be6c4b617
|
Merge pull request #4575 from minrk/encode_paths
make sure to encode URL components for API requests
|
12 years ago |
MinRK
|
a73f00f62a
|
test save_notebook with escaped name
|
12 years ago |
Thomas Kluyver
|
eb680ddaa6
|
Fix notebook tests w/ new stream capturing API.
|
12 years ago |
Thomas Kluyver
|
c2644a20be
|
Capture server logs when running notebook tests
|
12 years ago |
Jonathan Frederic
|
81af3b1781
|
Fixed bug where cell was not getting inserted because index is optional.
|
12 years ago |
Jonathan Frederic
|
c38ee4700d
|
Added new utility functions to the casper.js testing utils.
|
12 years ago |
MinRK
|
157f501c60
|
use request.text for Python 3 (content is always bytes)
|
12 years ago |
MinRK
|
a657ddd78f
|
test 'files/' redirects
1.0 notebooks with links should work in 2.0
|
12 years ago |
Paul Ivanov
|
73fd15ae36
|
Merge pull request #4250 from pablooliveira/wrap-svg-in-iframes
outputarea.js: Wrap inline SVGs inside an iframe
|
12 years ago |
MinRK
|
35fcbbd96f
|
fix js test print statement on python 3
|
12 years ago |
Paul Ivanov
|
a54e50514d
|
added test of IPython.version to js test suite
|
12 years ago |
Paul Ivanov
|
2ab51dc1a5
|
yet another JS race condition fix
this should greatly reduce the number of timeouts seen in the JS tests
|
12 years ago |