Cosimo Lupo
01b0180ce1
Revert "Deprecate and ignore ttx’s --newline option"
...
This reverts commit 3042f129fc6012bd96668831b18d0926c634f7df.
2021-08-03 10:00:01 +02:00
Khaled Hosny
3042f129fc
Deprecate and ignore ttx’s --newline option
2021-07-30 04:48:11 +02:00
Just van Rossum
5fc65d7168
Misc py23 cleanups ( #2243 )
...
* Replaced all from ...py23 import * with explicit name imports, or removed completely when possible.
* Replaced tounicode() with tostr()
* Changed all BytesIO ans StringIO imports to from io import ..., replaced all UnicodeIO with StringIO.
* Replaced all unichr() with chr()
* Misc minor tweaks and fixes
2021-03-29 11:45:58 +02:00
Seth Michael Larson
d5353a4085
Switch from brotlipy to brotlicffi for PyPy support
2020-12-01 19:37:02 -06:00
Nikolaus Waxweiler
01328213c7
Remove __future__ imports
2019-08-09 12:20:13 +01:00
Cosimo Lupo
8c3bfe5475
ttx: use caplog fixture instead of capsys
...
this capture logging messages whereas capsys captures stdout/stderr
2019-05-31 19:58:02 +01:00
justvanrossum
24b45b6326
fix embedded license URL in name tables of test fonts
2019-03-06 17:20:40 +01:00
justvanrossum
7b81ef8de7
more updated issue URLs
2019-03-06 16:53:17 +01:00
justvanrossum
d897a08fc8
more updated issue URLs
2019-03-06 16:52:35 +01:00
Cosimo Lupo
0e47ea1fac
[ttx] add --no-recalc-timestamp option to keep original head.modified
...
Fixes #46
2019-01-17 13:26:59 +00:00
Cosimo Lupo
f9f06ecc10
allow to run tests when zopfli/brotli are not installed
2018-06-12 11:00:40 +01:00
Cosimo Lupo
7a38a711be
ttx_test: last version digit may contain '\n' char
...
fixes https://travis-ci.org/fonttools/fonttools/jobs/390768657#L668
2018-06-11 14:15:18 +01:00
Chris Simpkins
b52ddaddeb
convert new ttx tests to py.path.local path joins and file checks
2018-05-22 15:13:51 -04:00
Chris Simpkins
f2eb328125
parametrize ttCompile timestamp tests
2018-05-22 07:50:23 -04:00
Chris Simpkins
c2fe5d25fd
test formatting changes
2018-05-22 00:41:22 -04:00
Chris Simpkins
bb4753acd4
ttx tests: convert to skipped tests on Win using pytest skipif fixture
2018-05-14 22:47:01 -04:00
Chris Simpkins
189e2487fe
ttx tests: exclude mocked exceptions on Windows platform testing
2018-05-14 20:32:37 -04:00
Chris Simpkins
3e7b33c22f
fix invalid path in ttx test
2018-05-14 17:15:28 -04:00
Chris Simpkins
1404624f3c
ttx tests: add tests for Options, ttCompile, ttList, main
2018-05-14 16:39:23 -04:00
Cosimo Lupo
a398996855
ttx_test: add test for -g splitGlyphs option
2018-02-28 13:13:31 +00:00
Miguel Sousa
bf6852a7f6
[ttx_test] Test for split tables (-s) option
...
#1188
2018-02-22 07:38:25 -08:00
Miguel Sousa
a60113dff6
[ttx] Remove FFIL test
...
It’s not worth the effort 1c2a531de2 (commitcomment-21516461)
2017-03-28 03:43:01 -07:00
Miguel Sousa
1a58912a60
[ttx] Tests
2017-03-28 03:43:01 -07:00