Jakub Roztocil
|
0f654388fc
|
Python 3 annotations, super(), pathlib, etc.
|
2019-08-30 15:14:51 +02:00 |
|
Jakub Roztocil
|
5bdf4a3bae
|
Fixed test_rst_file_syntax error message
|
2016-03-03 17:22:12 +08:00 |
|
Luis San Martin
|
45df860124
|
PEP8 errors
|
2015-10-22 14:32:16 -03:00 |
|
Jakub Roztocil
|
2aa53e4be3
|
Avoid “__init__.py” files in test directories.
As recommended here:
https://pytest.org/latest/goodpractises.html
|
2014-04-28 11:29:41 +02:00 |
|
Jakub Roztocil
|
faec00fd99
|
Improve support for 'type/subtype+suffix' mime types in the colors output formatter.
E.g.:
* application/ld+json
* application/hal+json
Closes #189, #206
|
2014-04-28 10:08:03 +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
|
887f70f595
|
Added CONTRIBUTING.rst.
|
2014-04-24 19:32:55 +02:00 |
|
Jakub Roztocil
|
6f28624134
|
Switched to @pytest.mark.skipif.
|
2014-04-24 15:17:23 +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 |
|