Commit Graph

2197 Commits

Author SHA1 Message Date
Darren Burns
cc352faf63 Formatting 2022-09-22 13:56:20 +01:00
Darren Burns
ee0eed9bcb Remove some unused CSS in snapshot report 2022-09-22 13:49:17 +01:00
Darren Burns
1486e149b7 Merge branch 'snapshot' of github.com:Textualize/textual into snapshot 2022-09-22 13:48:27 +01:00
Darren Burns
b5540caa33 Add toggle for overlay mode 2022-09-22 13:48:17 +01:00
Darren Burns
cbe91fdd66 Ensure legacy_windows is False on Console instance which exports screenshot 2022-09-22 10:55:09 +01:00
Darren Burns
8db7a07eef Force legacy_windows to False in Textual 2022-09-21 15:35:16 +01:00
Darren Burns
f88a13fa02 Fix snapshot 2022-09-21 15:19:13 +01:00
Darren Burns
04a513ff9f Add debug info 2022-09-21 15:18:53 +01:00
Darren Burns
53ac7b4fa4 Force legacy windows False on the app 2022-09-21 11:53:45 +01:00
Darren Burns
bc16e16005 Merge branch 'css' of github.com:Textualize/textual into snapshot 2022-09-21 11:52:44 +01:00
Darren Burns
644922c829 Write snapshot file as utf-8 2022-09-21 11:45:16 +01:00
Darren Burns
1a658955da Reenable artifacts on windows 2022-09-21 11:37:16 +01:00
Will McGugan
24d4491bf8 doc screenshots 2022-09-20 18:16:03 +01:00
Darren Burns
4a46257e38 Revert center layout snapshot to make it pass 2022-09-20 17:46:41 +01:00
Darren Burns
93fab617bf Merge branch 'css' of github.com:willmcgugan/textual into snapshot 2022-09-20 17:39:05 +01:00
Darren Burns
6a63ffbff9 Make output dir if not exists 2022-09-20 17:34:50 +01:00
Will McGugan
13f6edd9fe Merge pull request #794 from Textualize/expand-shrink
Expand shrink
2022-09-20 17:18:11 +01:00
Darren Burns
56b7ec70b8 Change write mode 2022-09-20 17:12:52 +01:00
Darren Burns
49abcbadfe Upload snapshot report when build fails 2022-09-20 17:05:43 +01:00
Darren Burns
9606d43897 Intentionally trigger test failure to test artifact upload 2022-09-20 16:59:32 +01:00
Darren Burns
da05b66666 Intentionally trigger test failure to test artifact upload 2022-09-20 16:54:59 +01:00
Darren Burns
17f2e3e322 Intentionally trigger test failure to test artifact upload 2022-09-20 16:53:23 +01:00
Darren Burns
8e09c0271a Adding windows snapshot testing conditional on github actions 2022-09-20 16:44:32 +01:00
Darren Burns
26fb89005c Skip artifact creation/upload on Windows 2022-09-20 16:44:18 +01:00
Will McGugan
216d05b17f test fix 2022-09-20 16:33:07 +01:00
Will McGugan
c5cad6a418 color tweak 2022-09-20 15:56:32 +01:00
Darren Burns
7e72cf1d28 Update snapshots 2022-09-20 15:46:43 +01:00
Darren Burns
d2f8ad5257 Add Makefile target for snapshot update 2022-09-20 15:46:08 +01:00
Darren Burns
c54c844695 Update usages of approx 2022-09-20 15:42:29 +01:00
Will McGugan
3a53cdb2a5 dictionary example 2022-09-20 15:42:08 +01:00
Darren Burns
0ce222d259 Remove redundant info from docstring 2022-09-20 15:34:15 +01:00
Darren Burns
2bed87f2ee Run black on snapshot_tests/conftest 2022-09-20 15:31:48 +01:00
Darren Burns
29da6badfd Use type hints and add docstring to snap_compare 2022-09-20 15:29:42 +01:00
Darren Burns
5e1c47b990 Remove unused pytest marker declaration 2022-09-20 15:25:35 +01:00
Darren Burns
e3a917ea71 Fix guide example 2022-09-20 15:25:04 +01:00
Darren Burns
0978eb5161 Remove snapshot_report from git 2022-09-20 15:24:24 +01:00
Darren Burns
863998173d Remove unused pytest hookimpl 2022-09-20 15:20:34 +01:00
Darren Burns
cdd2c01a75 Fix type imports from pytest 2022-09-20 15:19:56 +01:00
Darren Burns
4a4eeb503a Most different snapshots first 2022-09-20 15:14:23 +01:00
Darren Burns
8f64e36caa Small tidy up 2022-09-20 15:13:37 +01:00
Darren Burns
c82a143f0e Snapshot tests output directory ignored 2022-09-20 15:11:19 +01:00
Darren Burns
a871e272b7 Update pre-commit-config to exclude snapshot tests 2022-09-20 14:58:32 +01:00
Darren Burns
c9cdb9746b Fix off by one 2022-09-20 14:49:00 +01:00
Darren Burns
0cd5c0a298 Merge branch 'css' of github.com:willmcgugan/textual into snapshot 2022-09-20 14:46:37 +01:00
Will McGugan
f70232ca5c Merge pull request #789 from Textualize/css-path
changed to CSS_PATH
2022-09-20 14:34:59 +01:00
Will McGugan
916a9d02ac Merge pull request #787 from Textualize/docs-events
Docs events
2022-09-20 14:34:45 +01:00
Darren Burns
7428a164df Merge branch 'css' of github.com:willmcgugan/textual into snapshot 2022-09-20 14:32:19 +01:00
Will McGugan
5ff12ddb4b Update docs/guide/events.md
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
2022-09-20 14:28:22 +01:00
Will McGugan
8685567abd Update docs/guide/events.md
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
2022-09-20 14:28:16 +01:00
Will McGugan
5bd4ac3b92 Update docs/examples/events/dictionary.py
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
2022-09-20 14:27:51 +01:00