MinRK
f530562929
wait until dead *before* cleaning up the temp dir
12 years ago
Brian E. Granger
b1c87debde
Adding comment about this fix.
12 years ago
Brian E. Granger
dd55efc45d
Missing class def for TimeoutError.
12 years ago
Brian E. Granger
717f031e01
Adding dashboard navigation tests for dir browsing.
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
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
MinRK
2b54e36ab7
send ignored output to devnull
...
rather than PIPE, since Windows pipes can fill up.
12 years ago
Thomas Kluyver
06fa301908
Refactor tests for kernels REST API
12 years ago
Thomas Kluyver
18f88d020f
Add failing test for listing nonexistant directory
12 years ago
MinRK
b0468580f7
don't start new notebook server for each test *method*
...
it takes much too long.
This change starts a new notebook server for each test class.
Even that is probably too much, but the module organization makes it troublesome
to start a single notebook server for all services tests.
12 years ago
Zachary Sailer
04c6a3cfac
refactoring of nbmanager and filenbmanager
...
major clean up of the two managers. We make sure to follow
the standard models described in IPEP 16
12 years ago
Zachary Sailer
050a3098a8
review fixes on tests, add extra kernel api test
12 years ago
Zachary Sailer
e9ac1c2d37
add tests for session api
12 years ago
Zachary Sailer
95b505d602
Added notebooks API tests.
12 years ago
Brian E. Granger
136a19e5eb
Added base class for Notebook API tests.
12 years ago