Brian E. Granger
6ac7f6c2b4
Fixing casperjs tests to run on casperjs 1.0.x.
12 years ago
Min RK
978a5c1bc2
Merge pull request #4952 from jdfreder/widget-tests
...
Widget test inconsistencies
add wait_for_widget
12 years ago
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
12 years ago
Jonathan Frederic
a2044fd463
Remove sleep from the following,
...
Button, float, int, multicontainer, selection widgets.
12 years ago
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).
12 years ago
MinRK
5142cc775d
remove superfluous then
12 years ago
MinRK
a6ece94e32
add utils.wait_for_idle in js tests
...
and use it in execute_cell_then, since there is not always output.
12 years ago
MinRK
d07e03b7c9
add wait_for_output(cell, index)
...
so you can wait for at least n outputs
12 years ago
MinRK
3c2ff965ef
get_output_cell fails with no such output
...
rather than returning null
12 years ago
Jonathan Frederic
74fccf47b3
Revert "Added line to dump page html casperjs"
...
This reverts commit 7091ce87f7a280dde7724d92fd542b834f764e61.
12 years ago
Jonathan Frederic
c7362cb524
Added line to dump page html casperjs
12 years ago
Jonathan Frederic
ced0de342d
Cleaned up utilities in widget casper js tests
12 years ago
Paul Ivanov
5423613ef3
add test for custom mimetypes
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
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
Paul Ivanov
80ac24683f
give travis 10 seconds to start server
12 years ago
Paul Ivanov
e971d051ed
created a kernel_running method
12 years ago
Paul Ivanov
baf90fd755
add checks for new cell added using shift-enter
12 years ago
Paul Ivanov
89f2ed95f9
refactor of get_output_cell
12 years ago
Paul Ivanov
df2118297b
wait_for_output utility function
12 years ago
Paul Ivanov
23a7eb325d
make sure kernel started running
12 years ago
Paul Ivanov
e8fba5dd6d
try to shutdown at the end of every notebook run
...
this line causes noise in the test suite, but if we just ignore it,
we'll never get to the bottom of it. It seems to only happen when
running 'iptest js', and *not* when running the 'casperjs test' command
directly, with a notebookserver that was launched manually.
12 years ago
Paul Ivanov
7e7ac7ec9e
don't shutdown kernel after every test
12 years ago
Paul Ivanov
ebf1320e64
use dashboard to simulate clicking new notebook
12 years ago
Paul Ivanov
f2e0315152
pep8 style function names
12 years ago
Paul Ivanov
0ea7d1e394
more informative message on server timeout
12 years ago
Paul Ivanov
3725218069
updated js tests README, --port= now optional
12 years ago
Paul Ivanov
c6c5066162
don't try to delete notebooks
...
this method wasn't currently working, and though we should put a working
method there as a utility, it isn't strictly necessary, since the whole
directory will be deleted
12 years ago
Paul Ivanov
5f4c695aab
start and use notebook server for js test suite
12 years ago
Paul Ivanov
6d7758271e
make casperjs test suite pass again
12 years ago
Paul Ivanov
928e846ea8
jstest moved to new place, closes #3125
12 years ago