1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jakub Roztočil
bd9209f77a Fixed --pretty tests. 2012-03-04 12:23:11 +01:00
Jakub Roztočil
7d629b4d94 Fixed tests II. 2012-03-04 12:02:30 +01:00
Jakub Roztočil
a44ef6c443 Fixed tests. 2012-03-04 11:58:23 +01:00
Jakub Roztočil
8a4f501706 Fixed tests for Python 2.6. 2012-03-04 11:22:21 +01:00
Jakub Roztočil
2195280a70 Added argument parsing tests. 2012-03-04 10:50:23 +01:00
Jakub Roztočil
ca8779d879 Merge branch 'main-module-convention' of https://github.com/gandaro/httpie into gandaro-main-module-convention
Renamed httpie.httpie to httpie.__main__ so that one can invoke it via python -m httpie.
2012-03-04 03:13:50 +01:00
Jakub Roztočil
00312ead28 Refactored --pretty and added tests.
#16
2012-03-04 01:54:28 +01:00
Jakob Kramer
d670513c9f use the __main__ submodule convention to make it possible to use python -m httpie 2012-03-02 18:35:33 +01:00
Jakub Roztočil
bb653bf1a9 Added first tests. 2012-03-02 01:42:23 +01:00
Jakub Roztočil
94c605fac1 Added --style
Closes #6. Thanks, @iromli.
2012-03-02 01:39:22 +01:00