Commit Graph

501 Commits

Author SHA1 Message Date
Jakub Roztocil
8ec32fe7f3 Fix tox config. 2014-04-26 16:50:31 +02:00
Jakub Roztocil
282cc455e3 Avoid "TypeError: keyword arguments must be strings" on Python 3.3. 2014-04-26 15:18:38 +02:00
Jakub Roztocil
56d33a8e51 Fix Windows branch. 2014-04-26 15:10:39 +02:00
Jakub Roztocil
15e62ad26d Implemented more robust unicode handling.
* Immediatelly convert all args from `bytes` to `str`.
* Added `Environment.stdin_encoding` and `Environment.stdout_encoding`
* Allow unicode characters in HTTP headers and basic auth credentials
  by encoding them using UTF8 instead of latin1 (#212).
2014-04-26 15:07:31 +02:00
Jakub Roztocil
5c29a4e551 Added windows build status icon to README. 2014-04-26 11:32:41 +02:00
Jakub Roztocil
0c45c7cb39 Disabled test_windows_colorized_output 2014-04-26 11:06:50 +02:00
Jakub Roztocil
8158fa8c45 Run tests in verbose mode. 2014-04-26 11:03:53 +02:00
Jakub Roztocil
5065c4f878 Updated appveyor.yml 2014-04-26 11:01:02 +02:00
Jakub Roztocil
e3af74da46 Don't used pytest-xdist with setup.py test 2014-04-26 10:59:46 +02:00
Jakub Roztocil
5c3d24ec09 Updated appveyor.yml 2014-04-26 10:49:40 +02:00
Jakub Roztocil
091a8b2692 Updated appveyor.yml 2014-04-26 10:46:08 +02:00
Jakub Roztocil
95a0884f95 Updated appveyor.yml 2014-04-26 10:41:57 +02:00
Jakub Roztocil
8fb1e106ee Updated appveyor.yml 2014-04-26 10:36:12 +02:00
Jakub Roztocil
78c83da721 Updated appveyor.yml 2014-04-26 10:33:13 +02:00
Jakub Roztocil
aeccac5cbd Updated appveyor.yml 2014-04-26 10:28:16 +02:00
Jakub Roztocil
e2dabbfaf7 Updated appveyor.yml 2014-04-26 10:26:29 +02:00
Jakub Roztocil
272e66bf37 Updated appveyor.yml 2014-04-26 10:22:17 +02:00
Jakub Roztocil
4a0d387f86 Updated appveyor.yml 2014-04-26 10:20:45 +02:00
Jakub Roztocil
6a86164510 Updated appveyor.yml 2014-04-26 10:14:57 +02:00
Jakub Roztocil
e1348da118 Updated appveyor.yml 2014-04-26 10:13:31 +02:00
Jakub Roztocil
0e1b651a1c Added appveyor.yml 2014-04-26 10:07:35 +02:00
Jakub Roztocil
631e332dad Cleanup 2014-04-25 13:57:33 +02:00
Jakub Roztocil
33422312c5 Cleanup 2014-04-25 13:52:43 +02:00
Jakub Roztocil
1d987c5b4d Improved session tests. 2014-04-25 13:50:44 +02:00
Jakub Roztocil
3c2de34285 Improved auth tests. 2014-04-25 13:10:01 +02:00
Jakub Roztocil
b10d973019 Removed unused import. 2014-04-25 12:53:02 +02:00
Jakub Roztocil
492ee392bd Cleanup 2014-04-25 12:42:50 +02:00
Jakub Roztocil
af4aa3a761 Test improvements. 2014-04-25 12:18:35 +02:00
Jakub Roztocil
27faf06327 Removed last dependencies on unittest. All tests are pytest-only. 2014-04-25 11:39:59 +02:00
Jakub Roztocil
f658d24c93 Parametrize test_docs.py. 2014-04-25 10:41:04 +02:00
Jakub Roztocil
ea42d32f69 Travis doesn't support Python 3.4 yet. 2014-04-25 09:47:35 +02:00
Jakub Roztocil
3f63133b7c Parallelized tests using pytest-xdist. 2014-04-24 21:36:03 +02:00
Jakub Roztocil
3f8a000847 Python 3.4 2014-04-24 20:08:28 +02:00
Jakub Roztocil
f02169ea71 Added Python 2.6 compatible OrderedDict
To preserver ordr of headers, parameters, etc.
2014-04-24 19:57:19 +02:00
Jakub Roztocil
e5d758e4ce More tests. 2014-04-24 19:32:55 +02:00
Jakub Roztocil
ce2169f4fe Added docstrings for utilities in tests.__init__. 2014-04-24 19:32:55 +02:00
Jakub Roztocil
bdea7be456 Added tests for --debug and --help. 2014-04-24 19:32:55 +02:00
Jakub Roztocil
887f70f595 Added CONTRIBUTING.rst. 2014-04-24 19:32:55 +02:00
Jakub Roztocil
3d079942f4 Finished pytest migration. 2014-04-24 19:32:55 +02:00
Jakub Roztocil
3cb124bba7 Cleanup
XX
2014-04-24 19:32:50 +02:00
Jakub Roztocil
6f28624134 Switched to @pytest.mark.skipif. 2014-04-24 15:17:23 +02:00
Jakub Roztocil
941c0a8c3c Moved fixture constants to tests.fixtures. 2014-04-24 15:17:04 +02:00
Jakub Roztocil
b880e996d0 Converted all unittest asserts to plain, pytest-powered asserts. 2014-04-24 14:58:15 +02:00
Jakub Roztocil
6071fff4af Refactored tests into smaller modules. 2014-04-24 14:07:31 +02:00
Jakub Roztocil
746a1899f3 Skip ExitStatusTest.test_timeout_exit_status until timeout gets fixed in requests. 2014-03-31 13:01:55 +02:00
Jakub Roztocil
bbbae3ae25 Fixed SessionTest.test_session_read_only. 2014-03-31 13:01:55 +02:00
Jakub Roztočil
e62620d4ad Merge pull request #208 from insyte/master
Update README.rst with pronunciation.
2014-03-25 10:19:32 +01:00
Ben Beuchler
a2918d877d Update README.rst 2014-03-24 18:03:59 -05:00
Jakub Roztočil
733771fd9e Merge pull request #172 from unsignedint/master
process XML data before pretty-printing to trim whitespace
2014-03-18 19:44:16 +01:00
Jakub Roztocil
76ab6e49d5 Updated installation instructions. 2014-03-04 18:44:31 +01:00