Commit Graph

1136 Commits

Author SHA1 Message Date
moltenmuffins 26647019e1 Add `test_rich_console()` 2020-10-08 19:21:49 +08:00
moltenmuffins 14d4d0bf65 Add `test_indent()` 2020-10-08 17:07:30 +08:00
Will McGugan a2c29d1b0d force ascii 2020-10-08 10:03:10 +01:00
moltenmuffins 630f378e65 Add more cases to `test_rich_measure`. Rename `test_init_append_column` 2020-10-08 16:31:31 +08:00
moltenmuffins be23c0fe86 Add `test_measure_renderables` 2020-10-08 16:12:01 +08:00
moltenmuffins 531ed7324b Add `test_null_get` 2020-10-08 15:59:56 +08:00
moltenmuffins 840e34c8be Add `test_rich_measure()` 2020-10-08 15:44:16 +08:00
moltenmuffins 26712d2f70 Add `test_append_column()` 2020-10-08 15:33:32 +08:00
Sergey Serebryakov b0b596caa7 Fix typos, comments, unused imports 2020-10-07 20:58:23 -07:00
Will McGugan fee5749a40 Merge branch 'master' into safe-box-encoding 2020-10-07 11:00:05 +01:00
Will McGugan c30d4ed280 relax test for Py39 2020-10-07 10:59:53 +01:00
Will McGugan e75649a870
Merge pull request #350 from jimms/minor-fixes
Fix typo and remove a missing argument in the docstring
2020-10-07 10:16:51 +01:00
Will McGugan e5117b0f4c
Merge pull request #353 from willmcgugan/dependabot/pip/poetry-1.1.2
Bump poetry from 1.1.1 to 1.1.2
2020-10-07 08:53:00 +01:00
dependabot[bot] 95b6a3a4f4
Bump poetry from 1.1.1 to 1.1.2
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.1.2/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.1.1...1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 05:53:39 +00:00
jimms.hsieh f454042d3f Fix typo and remove missing argument in comment 2020-10-06 11:34:13 -07:00
Will McGugan 5a79dc9c03 Safe box 2020-10-06 17:27:20 +01:00
Will McGugan 89dd05f107
Merge pull request #341 from jimms/correct-chinese-readme
Remove the part has been removed from English version
2020-10-06 10:32:08 +01:00
Will McGugan d6c84172ee
Merge pull request #342 from willmcgugan/dependabot/pip/poetry-1.1.1
Bump poetry from 1.1.0 to 1.1.1
2020-10-06 09:19:23 +01:00
dependabot[bot] 763fb2928e
Bump poetry from 1.1.0 to 1.1.1
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.1.1/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.1.0...1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-06 05:55:44 +00:00
jimms.hsieh 399c4c8263 Remove the part has been removed from English version 2020-10-05 14:40:23 -07:00
Will McGugan 4db6642f55
Merge pull request #339 from willmcgugan/dependabot/pip/pytest-6.1.1
Bump pytest from 6.1.0 to 6.1.1
2020-10-05 18:58:19 +01:00
Will McGugan 054b8e1973
Merge pull request #326 from amartya-dev/master
Change to binary prefixes in progress.py
2020-10-05 18:53:48 +01:00
dependabot[bot] cd92f761f6
Bump pytest from 6.1.0 to 6.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.1.0...6.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 17:51:29 +00:00
Will McGugan 7a712b8fcf
Merge pull request #338 from willmcgugan/dependabot/pip/poetry-1.1.0
Bump poetry from 1.0.10 to 1.1.0
2020-10-05 18:50:44 +01:00
phase06 f07710da60 added test to pretty 2020-10-05 22:37:51 +08:00
phase06 136e07bffb update and add test to increase coverage 2020-10-05 22:37:16 +08:00
phase06 9ce45ad9b2 reformat after run black 2020-10-05 22:37:05 +08:00
phase06 eba1cf35d9 add more test for syntax 2020-10-05 22:35:57 +08:00
dependabot[bot] ed24041b02
Bump poetry from 1.0.10 to 1.1.0
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.0.10 to 1.1.0.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.0.10...1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:33:51 +00:00
amartya-dev d1cd347a31 Simplify the download column test 2020-10-04 23:00:52 +05:30
amartya-dev 82c2f44cd2 Change download column test to not use progress and console
Add new version in CHANGELOG.md
2020-10-04 22:15:22 +05:30
amartya-dev 1778cdf71f Reformat with black 2020-10-04 16:29:35 +05:30
amartya-dev 9b488fb6bf Add test and entry in CHANGELOG.md 2020-10-04 16:27:13 +05:30
amartya-dev 37302595a7 Change filesize to be in decimal units in DownloadColumn, progress.py 2020-10-04 02:34:19 +05:30
amartya-dev 52cdd9a796 Reformat file with black 2020-10-04 01:13:50 +05:30
amartya-dev b250d25e9a Change to binary prefixes in progress.py 2020-10-04 01:06:50 +05:30
Will McGugan bb1153a13d equal columns 2020-10-03 16:39:52 +01:00
Will McGugan e545326c62 doc 2020-10-03 14:37:56 +01:00
Will McGugan d9d59c6eda
Merge pull request #310 from willmcgugan/bell
Console.bell
2020-10-03 14:25:40 +01:00
Will McGugan 54036402a1 tests 2020-10-03 14:18:02 +01:00
Will McGugan d1f6b52689 Merge branch 'bell' of github.com:willmcgugan/rich into bell 2020-10-03 14:13:32 +01:00
Will McGugan 38d65b1443 blackified 2020-10-03 14:12:52 +01:00
Will McGugan 3a4300f7ce
Merge branch 'master' into bell 2020-10-03 14:10:09 +01:00
Will McGugan 92f62f453e fixed measurements 2020-10-03 14:05:38 +01:00
Will McGugan 57b2dcd2ee docs and version bump 2020-10-03 13:33:25 +01:00
Will McGugan ebb4eaa26f themed tracebacks 2020-10-03 12:06:19 +01:00
Will McGugan 26345530ad theme stack 2020-10-02 14:45:30 +01:00
Will McGugan 33a171d720
Merge pull request #320 from willmcgugan/dependabot/pip/poetry-1.1.0
Bump poetry from 1.0.10 to 1.1.0
2020-10-02 14:17:54 +01:00
Will McGugan a6bf924b46
Merge pull request #311 from joaqo/add_reference_to_rich_usage_case_norfair_in_readme
Add reference to rich usage case 'norfair' in README
2020-10-02 11:14:35 +01:00
dependabot[bot] e7886fda91
Bump poetry from 1.0.10 to 1.1.0
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.0.10 to 1.1.0.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.0.10...1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 05:51:09 +00:00