Skip to content

Commit

Permalink
Update test instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jan 31, 2013
1 parent bfe6aa8 commit 438edce
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
Telephus
========

Son of Heracles who loved Cassandra. He went a little crazy, at one point. One
might almost say he was twisted.

Description
-----------

Telephus is a connection pooled, low-level client API for Cassandra in Twisted
(Python).


Installation
------------

Prerequisites:

* Python >= 2.4 (2.5 or later for tests)
Expand All @@ -23,16 +20,11 @@ Prerequisites:

Usage
-----

See example.py for an example of how to use the Telephus API.


Unit Tests
----------

To run the unit tests, simply use the Twisted test runner, ``trial``::

$ trial telephus

The tests are included in the source code, so this should work even if you are
not running it from the source checkout directory.
$ trial test/

0 comments on commit 438edce

Please sign in to comment.