hard-coded PYTHONPATH manipulations. Add a small readme for tests.
--- /dev/null
+Test coverage is almost non-existent, but it's a start. Be sure to
+set PYTHONPATH apprioriately (generally to the root directory of your
+tornado checkout) when running tests to make sure you're getting the
+version of the tornado package that you expect.
\ No newline at end of file
-# So we can run this file standalone from the test directory
-import sys
-sys.path.insert(0, '..')
+#!/usr/bin/env python
import unittest
import time
-import ioloop
+from tornado import ioloop
class TestIOLoop(unittest.TestCase):