Michał Górny
376ded1a1a
revert expected test_repr value for py3.10 following upstream
...
All Enum changes were reverted from Python 3.10 just before rc1. Revert
the test changes to fix test failures with 3.10.0rc1.
2021-08-06 08:02:55 +02:00
Will McGugan
45191783b4
meta params
2021-08-03 13:25:18 +01:00
Will McGugan
5ded30191a
typefixes
2021-07-28 09:18:21 +01:00
Will McGugan
ff43bae4eb
.on methods and name changes
2021-07-28 09:10:23 +01:00
Will McGugan
8ae1d4ad0a
docstrings black
2021-07-19 21:50:22 +01:00
Will McGugan
c323d3a6ef
test new meta methods
2021-07-19 21:34:41 +01:00
Will McGugan
78b8c4422c
emoji variant
2021-07-12 19:09:08 +01:00
Will McGugan
aba4c7b623
Added max height
2021-07-11 14:25:14 +01:00
Will McGugan
d04a812372
fix for markup span sorting
2021-07-09 22:02:14 +01:00
Pete Davison
bad2fea8a3
Add some tests for new decimal() params
2021-07-09 09:57:31 +00:00
Will McGugan
8411f0021e
test fix
2021-07-05 15:29:26 +01:00
Will McGugan
8105943b89
no need for win test
2021-07-05 15:04:46 +01:00
Will McGugan
59f699e2ed
version bump
2021-07-05 14:56:42 +01:00
Will McGugan
3cf97f151d
divide edge
2021-07-04 21:11:00 +01:00
Will McGugan
5a71691cfa
edge case fix
2021-07-04 20:52:35 +01:00
Will McGugan
1201d61172
tests, remove debug
2021-07-04 20:09:30 +01:00
Will McGugan
cff2f22812
segment split and tests
2021-07-04 19:59:06 +01:00
Will McGugan
d6f4648133
fix infinite loop in divide
2021-07-04 12:14:38 +01:00
Will McGugan
d926952066
tests
2021-06-27 16:01:12 +01:00
Will McGugan
17b554de13
test and angular fix
2021-06-27 07:54:02 +01:00
Will McGugan
6e97016e22
test fix
2021-06-18 20:37:33 +01:00
Will McGugan
3281af6f3b
auto repr
2021-06-18 20:24:05 +01:00
Will McGugan
41cc6a6ff2
added meta to Style
2021-06-17 22:31:08 +01:00
Will McGugan
6ac54d06ed
fix for pretty printing classes
2021-06-16 09:04:16 +01:00
Christian Clauss
9c12a45374
Fix typos discovered by codespell
2021-06-12 15:17:57 +02:00
Will McGugan
c5f286dc86
Merge branch 'master' into tui
2021-06-09 18:24:01 +01:00
Will McGugan
5b5e577156
typing and blackening
2021-06-09 18:22:24 +01:00
Will McGugan
1af5eee96f
pretty docs
2021-06-09 15:39:58 +01:00
Gabriele N. Tornetta
efa324a594
perf(console): avoid call to inspect.stack
...
This change improves the performance of the `Console.log` method by avoiding an expensive call to `stack()` and using `currentframe` instead. The same information is then available by navigating backward as many levels as required and peeking at the `code` object.
2021-06-05 17:50:02 +01:00
Will McGugan
9b928b8db8
remove 3.10 for now
2021-05-19 17:02:53 +01:00
Will McGugan
978034da81
added 3.10 to tests
2021-05-19 16:58:33 +01:00
Will McGugan
a5eada7ac4
fix status text
2021-05-19 16:50:09 +01:00
Will McGugan
410a06e18f
added types to pretty printer
2021-05-12 15:31:19 +01:00
Will McGugan
f0b16ba2c2
allow repr to be a callable
2021-05-07 17:47:03 +01:00
Will McGugan
6bd5b815b8
import test fix
2021-05-07 15:59:22 +01:00
Will McGugan
1b0e4c6fe9
skip test on py36
2021-05-07 14:57:33 +01:00
Will McGugan
da4737a999
typing and black
2021-05-07 14:47:38 +01:00
Will McGugan
1f0491ed17
tests for pretty attrs
2021-05-07 14:43:30 +01:00
Will McGugan
3c08809b9e
test fixes
2021-05-06 15:13:40 +01:00
Will McGugan
a25d286acc
fix line endings in syntax
2021-05-06 14:49:54 +01:00
Will McGugan
d89269e70e
Merge branch 'master' into master
2021-05-04 12:56:23 +01:00
Paulo S. Costa
e86b20e56d
Fix double Optional
2021-04-22 20:24:23 -07:00
Paulo S. Costa
0e1a91969f
Add Optional typing
2021-04-22 19:56:02 -07:00
jack1142
0b93ce3438
Add test
2021-04-10 14:26:23 +02:00
Will McGugan
6e6e85aa41
added call syntax
2021-04-04 14:43:23 +01:00
Isaac Wahhab
c7f7cd683a
Last attempt at fixing progress coverage
2021-04-03 16:00:00 -07:00
Isaac Wahhab
8caee6a2e9
Coverage fix?
2021-04-03 15:33:56 -07:00
Isaac Wahhab
f9381dfab9
Fixing CI errors
2021-04-03 15:22:03 -07:00
Will McGugan
23497ed230
fix for race condition
2021-03-30 18:02:05 +01:00
Isaac Wahhab
966679bdaa
Unit test fix
2021-03-29 10:10:43 -07:00