summaryrefslogtreecommitdiffstats
path: root/test/units/utils/test_display.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: Handle Singleton Display class (#83673)Abhijeet Kasurde2024-08-021-8/+8
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-2/+1
* Unit test cleanup (#81556)Matt Clay2023-08-221-11/+6
* display, also proxy warnings and deprecations (#81060)Brian Coca2023-06-221-3/+15
* Skip test if no there are no problematic chars for wcswidth (#78645)Matt Martz2022-08-291-3/+23
* Preflight utf8 encodings check (#78175)Matt Martz2022-07-111-9/+9
* Forked display via queue (#77056)Matt Martz2022-06-071-0/+50
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-231-1/+1
* Use libc wcwidth to calculate print width in display (#66214)Matt Martz2020-06-221-0/+65