##// END OF EJS Templates
Fix prefilter bug and move old test_handlers file into proper test suite....
Fix prefilter bug and move old test_handlers file into proper test suite. This makes the tests for core a bit noisier, but we do gain a ton of tests we hadn't used in a long time. The bug was in fact uncovered by these tests.

File last commit:

r2118:ec9810f7
r2659:af63f9f6
Show More
testupload
6 lines | 165 B | text/plain | TextLexer
#!/bin/sh
# Simple upload script to push up into the testing directory a local build
ipdir=$PWD/..
cd $ipdir/dist
scp * ipython@ipython.scipy.org:www/dist/testing/