perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / blessings / test / results-all.master
blob61c07d1f024ce88be4dc78f56b3aa78dc6e03de1
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m nose blessings
4 Assert capability templates are '' when stream is not a tty. ... ok
5 If we force styling, capabilities had better not (generally) be ... ok
6 Make sure Terminal exposes a ``stream`` attribute that defaults to ... ok
7 Make sure ``location()`` does what it claims. ... ok
8 Make sure we can move the cursor horizontally without changing rows. ... ok
9 Make sure ``location()`` with no args just does position restoration. ... ok
10 Make sure ``location()`` pays attention to 0-valued args. ... ok
11 Make sure ``Terminal`` works when ``fileno`` is ``None``. ... ok
12 ``color(n)`` should return a formatting wrapper. ... ok
13 ``color(n)`` should be a no-op on null terminals. ... ok
14 ``term.color`` should return a stringlike capability. ... ok
15 ``number_of_colors`` should return 0 when there's no tty. ... SKIP
16 Test crazy-ass formatting wrappers, both simple and compound. ... ok
17 Test crazy-ass formatting wrappers when there's no tty. ... ok
18 Make sure you get nice hints if you misspell a formatting wrapper. ... ok
19 If ``force_styling=None`` is passed to the constructor, don't ever do ... ok
20 Make sure NullCallableString tolerates all numbers and kinds of args it ... ok
22 ----------------------------------------------------------------------
23 Ran 17 tests
25 OK (SKIP=1)
26   py$(PYV): OK
27   congratulations :)