MinRK
|
37cb0fbdee
|
remove websocket url
websockets should follow the kernel URL
(normal behavior is unchanged, only unused configurability is removed)
|
2014-02-20 22:54:36 -08:00 |
|
Thomas Kluyver
|
d089f7749f
|
Use assertEqual, not deprecated assertEquals
|
2013-10-17 14:09:19 -07:00 |
|
Thomas Kluyver
|
836ad5f388
|
Add tests for interrupting & restarting kernel
These are in an existing test method, as starting and stopping kernels
for individual tests is expensive.
|
2013-10-17 14:09:19 -07:00 |
|
Thomas Kluyver
|
06fa301908
|
Refactor tests for kernels REST API
|
2013-10-17 14:09:18 -07:00 |
|
Zachary Sailer
|
9e0beba86f
|
adding to test_kernels_api.py
- Check all HTTP status code responses for requests
- Test invalid kernel IDs
- Check 'location' key in POST request to kernels
|
2013-10-17 14:09:12 -07:00 |
|
Zachary Sailer
|
97bc426bb7
|
add error catching to kernel manager
also, adding further tests to kernel manager
|
2013-10-17 14:09:11 -07:00 |
|
MinRK
|
5568cd5db0
|
ensure test_no_kernels runs first
since it expects a clean notebook server.
|
2013-10-17 14:09:11 -07:00 |
|
Zachary Sailer
|
27680dacb2
|
Code review changes.
Fixed handler issues and api tests from code review
from @minrk and @carreau.
|
2013-10-17 14:09:11 -07:00 |
|
Zachary Sailer
|
050a3098a8
|
review fixes on tests, add extra kernel api test
|
2013-10-17 14:09:10 -07:00 |
|
Zachary Sailer
|
e9ac1c2d37
|
add tests for session api
|
2013-10-17 14:09:10 -07:00 |
|
Brian E. Granger
|
136a19e5eb
|
Added base class for Notebook API tests.
|
2013-10-17 14:09:09 -07:00 |
|