blob: 6feb5c3c3f6adb2ed1442cadea1a2671de3aae14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
__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.
- __pathoc__, a perverse HTTP client.
- __libpathod.test__, an API for easily using __pathod__ and __pathoc__ in unit tests.
# Installing
If you already have __pip__ on your system, installing __pathod__ and its
dependencies is dead simple:
pip install pathod
The project uses the __nose__ unit testing framework, which you can get here:
FIXME
|