2012-06-23 02:06:54 +00:00
|
|
|
__pathod__ is a collection of pathological tools for testing and torturing HTTP
|
|
|
|
clients and servers. The project has three components:
|
|
|
|
|
|
|
|
- __pathod__, an pathological HTTP daemon.
|
2012-06-23 22:18:20 +00:00
|
|
|
- __pathoc__, a perverse HTTP client.
|
2012-06-23 02:06:54 +00:00
|
|
|
- __libpathod.test__, an API for easily using __pathod__ and __pathoc__ in unit tests.
|
|
|
|
|
2012-06-23 22:18:20 +00:00
|
|
|
|
2012-04-29 10:13:47 +00:00
|
|
|
# Installing
|
2012-04-29 10:08:35 +00:00
|
|
|
|
2012-06-21 04:58:10 +00:00
|
|
|
If you already have __pip__ on your system, installing __pathod__ and its
|
|
|
|
dependencies is dead simple:
|
2012-04-29 10:08:35 +00:00
|
|
|
|
|
|
|
pip install pathod
|
|
|
|
|
2012-06-23 02:06:54 +00:00
|
|
|
The project uses the __nose__ unit testing framework, which you can get here:
|
2012-06-23 22:18:20 +00:00
|
|
|
|
|
|
|
FIXME
|