James R. Barlow
|
d146d2b65c
|
The Great Logging Refactor
Remove all instances of logger object being passed as parameters.
This was a holdover from ruffus, and complicated a lot of simple things.
|
2020-04-14 23:59:33 -07:00 |
|
James R. Barlow
|
c5edff2c2f
|
Sort imports
|
2019-12-19 15:31:18 -08:00 |
|
James R. Barlow
|
feff1e38bb
|
Use context managers to ensure Pillow images are closed
|
2019-09-03 17:19:12 -07:00 |
|
James R. Barlow
|
fb933edc0f
|
Use newer pytest tmp_path API
|
2019-06-01 01:55:51 -07:00 |
|
James R. Barlow
|
8ed4e229f3
|
ghostscript: avoid log=None construct
|
2019-05-30 13:57:38 -07:00 |
|
mawi
|
c92ccc6134
|
fix: tests
|
2019-04-08 14:57:42 +02:00 |
|
James R. Barlow
|
7d330afd81
|
Delinting
|
2019-01-02 13:34:45 -08:00 |
|
James R. Barlow
|
c771938907
|
Convert to f-strings where it makes sense
|
2018-12-31 15:01:19 -08:00 |
|
James R. Barlow
|
0880b16491
|
Sort imports with isort
|
2018-12-30 01:28:15 -08:00 |
|
James R. Barlow
|
06308a22ce
|
Reformat with black
|
2018-12-30 01:27:49 -08:00 |
|
James R. Barlow
|
72b920eb16
|
Drop support for Python 3.5
|
2018-12-30 00:23:26 -08:00 |
|
James R. Barlow
|
77e87abe8f
|
coverage: ensure get_orientation is checked
|
2018-11-02 01:32:20 -07:00 |
|
James R. Barlow
|
2cba62dc4f
|
coverage: ensure rotation is actually tested
|
2018-11-02 00:40:56 -07:00 |
|
James R. Barlow
|
1495b78330
|
Remove cruft to support leptonica < 1.72 in test suite
|
2018-10-11 01:37:32 -07:00 |
|
James R. Barlow
|
7aa4e60af2
|
Explain pytest --runslow
|
2018-08-03 00:57:59 -07:00 |
|
James R. Barlow
|
55eb481f30
|
Add intensive (optional) rotation test
|
2018-08-03 00:42:59 -07:00 |
|
James R. Barlow
|
76e7e8dbbb
|
Replace several uses of str(path) with fspath(path)
Helps make it more explicit. Did not do this to tests because use of paths
is more involved there.
|
2018-06-22 21:00:47 -07:00 |
|
James R. Barlow
|
76276f61e5
|
Split out rotation related tests
|
2018-05-01 23:51:35 -07:00 |
|