Commit Graph

220 Commits

Author SHA1 Message Date
Will McGugan 03d6025bcb thread test 2020-09-26 16:01:04 +01:00
Will McGugan 6faa216656 traceback improvements 2020-09-26 15:56:27 +01:00
Will McGugan 55a97280ad
Merge pull request #303 from taliraj/handler-with-tracebacks
handle exceptions with rich's logging handler
2020-09-25 13:10:12 +01:00
landi 79b4d1de5c fix test 2020-09-24 21:05:42 +02:00
Will McGugan a16a234c29
Merge pull request #302 from ptmcg/master
Add title_justify and caption_justify options to Table to support lef…
2020-09-23 16:23:39 +01:00
Will McGugan 0651310a89 capture 2020-09-23 15:53:41 +01:00
landi d388b83954 skip test on windows 2020-09-23 01:22:27 +02:00
landi e037e587e3 skip test on python 3.7 beacuse rendered differently 2020-09-23 01:12:07 +02:00
landi 0fac8d5eab handle exceptions with rich's logging handler 2020-09-23 00:49:49 +02:00
ptmcg 909a7bde57 Put tests in the right test file 2020-09-22 15:18:12 -05:00
landi b37b6937e2 changed test to use builtin str 2020-09-21 19:00:01 +02:00
landi af5b5e1088 skip two test on py37 because rendered differently 2020-09-21 02:14:49 +02:00
landi e04f92ace0 fix test for python 3.6 2020-09-21 01:15:17 +02:00
landi 7f6acd5c51 added tests for inspect 2020-09-21 01:02:49 +02:00
Sorin Sbarnea 60fde2a274 Fix broken HTML encoding
Missing to specify encoding can mess some clients which may break
the file encoding or render it incorrectly.

Example: file that loads ok locally, after upload to S3 gets broken
if the encoding is not mentioned in file.

Use of UTF-8 is a very good practice, but we still need to mention
it.
2020-09-19 14:11:43 +01:00
Will McGugan e389c05ec3 test fixes 2020-09-18 11:56:28 +01:00
Will McGugan 22bdafdd3e optimizations 2020-09-18 11:37:37 +01:00
Will McGugan 5ca3db6aa9 markdown renderer 2020-09-13 13:38:56 +01:00
Will McGugan 7593e4b271 test 2020-09-13 13:11:37 +01:00
Will McGugan 1cdcd1ae69 restore def 2020-09-07 18:04:56 +01:00
Will McGugan 3691fb19b7 skip fix 2020-09-07 16:57:35 +01:00
Will McGugan 702215c65f skip py36 2020-09-07 16:54:17 +01:00
Will McGugan 795f1c929b fix error 2020-09-07 16:49:45 +01:00
Will McGugan c0a580ca1a Add rich.inspect 2020-09-07 16:44:31 +01:00
Will McGugan 60e813379b new black 2020-08-28 12:56:18 +01:00
Will McGugan 3340f58fac windows fix 2020-08-25 17:23:06 +01:00
Will McGugan f0ab3f4fff docs version bump 2020-08-25 17:09:56 +01:00
Will McGugan 97aa70c0a4 tests and docs 2020-08-25 10:32:58 +01:00
Will McGugan bd1a091320 soft wrap 2020-08-24 18:37:36 +01:00
Will McGugan aee5e12ab8 tests 2020-08-24 17:26:30 +01:00
Hedy Li 12e0bef454 format with black 2020-08-20 12:54:39 +00:00
Will McGugan b4c68e44cd Merge branch 'master' into crop 2020-08-14 16:58:26 +01:00
Will McGugan 4c1eba892c
Merge pull request #207 from hedythedev/rule-mult-chars
feat: multiple characters for rule.py
2020-08-14 09:57:12 +01:00
Will McGugan ce82bb67bb overflow ignore 2020-08-12 21:13:39 +01:00
Will McGugan 1c270a46e8 added crop option 2020-08-12 19:00:51 +01:00
Pim ae6a8465c0 Fixed failing test 2020-08-10 18:41:03 +02:00
Pim 9b2ef66bcc Blackify 2020-08-10 18:32:56 +02:00
Pim 2761f349e3 Exceptions in weird files 2020-08-10 18:31:28 +02:00
Pim 45eea9472a test for nested exceptions 2020-08-10 18:01:27 +02:00
Pim c5c06d1fa7 SyntaxError for traceback testing 2020-08-10 17:33:45 +02:00
Will McGugan 5a9f0dcc36 append text test 2020-08-08 18:22:38 +01:00
Will McGugan dba38be39e Merge branch 'master' into pretty 2020-08-08 15:57:16 +01:00
Will McGugan b86a0cbd47 Test revursive 2020-08-08 15:57:01 +01:00
Will McGugan 0d1a172b7c repl 2020-08-08 11:47:10 +01:00
Hedy Li 0d90d99b5e format with black 2020-08-08 02:39:35 +00:00
Hedy Li 311b677d36 construct left and right rule separately 2020-08-08 02:39:14 +00:00
Will McGugan 6dfdf1a40c added pretty functionality 2020-08-07 23:14:52 +01:00
Pim 91d5739353 Test for ratio_reduce in ._ratio 2020-08-07 16:13:59 +02:00
Hedy Li 465a56f465 fix cjk i think 2020-08-07 01:04:19 +00:00
Karthikeyan Singaravelan 58b7224e93 Fix deprecation warnings due to invalid escape sequences. 2020-08-05 13:08:38 +00:00