Commit Graph

16 Commits

Author SHA1 Message Date
Will McGugan
def653b8bd Merge branch 'main' into build-update-supported-python-versions 2025-10-11 11:41:43 +01:00
Will McGugan
51dbf16d45 faster layout 2025-10-06 09:21:49 +01:00
TomJGooding
7a9d32fdbf test: make tests async to fix failures on Python 3.9
After upgrading `pytest-asyncio` to the latest version, lots of tests
started failing in CI only on Python 3.9:

`RuntimeError: There is no current event loop in thread 'MainThread'`

Apparently these tests may have only been passing previously due to
issues in earlier versions of `pytest-asyncio`. Changing these tests to
async seems to fix the failures on Python 3.9.

Related issue:
https://github.com/pytest-dev/pytest-asyncio/issues/1039
2025-09-17 13:38:05 +01:00
Will McGugan
1fb3c64703 snapshots 2024-01-31 13:42:30 +00:00
darrenburns
231a894941 Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
Will McGugan
44367a7422 Expanding fr (#2221)
* forced fr to expand

* margin size

* remove comment

* missing snapshot

* snapshot tests

* changelog

* optimize

* snapshot fix

* snapshot update

* snapshot and fixes

* docstrings [skip ci]
2023-04-06 17:30:32 +01:00
Rodrigo Girão Serrão
40fd3e8f78 Add box model test for empty container. 2022-12-03 14:26:42 +00:00
Will McGugan
4524e6dd30 Refactor of fr units 2022-10-31 10:09:08 +00:00
Will McGugan
1abe8f933d test fixes, tests for partition 2022-07-27 15:37:33 +01:00
Will McGugan
5e428acb7d test fix 2022-07-10 14:04:47 +01:00
Will McGugan
7d569d62e0 box fix 2022-07-10 13:37:16 +01:00
Will McGugan
d514193ea9 test fixes 2022-07-09 17:21:27 +01:00
Will McGugan
88ecb319e7 fix tests 2022-05-29 15:19:32 +01:00
Will McGugan
537df85461 fix auto 2022-05-19 11:30:44 +01:00
Will McGugan
1ede68c169 comment 2022-04-21 12:54:39 +01:00
Will McGugan
c68d6e8d0e tests for box model 2022-04-21 12:16:05 +01:00