hfarooq
0963103db8
Fixed data_table example app - actually run it
2022-10-25 21:03:51 +00:00
Will McGugan
93e75f3f0e
Merge pull request #969 from Textualize/more-testing
...
More testing
2022-10-25 14:15:43 +01:00
Will McGugan
93ccf7069f
Merge pull request #988 from teschty/tutorial-highlight
...
Add highlighting for id="timers" line in tutorial
2022-10-25 14:13:28 +01:00
Will McGugan
842148d40f
Merge pull request #1007 from davep/5x5-tidy
...
Tidy up some of the documentation in the FiveByFive example
2022-10-25 13:53:16 +01:00
Darren Burns
6be7895ecb
Check some more widget state
2022-10-25 13:15:31 +01:00
Darren Burns
66d15d2a9e
Remove unused snapshot
2022-10-25 12:11:15 +01:00
Darren Burns
1b19450779
Ensure consistent path in snapshot tests
2022-10-25 12:08:08 +01:00
Will McGugan
8603e567a2
Merge pull request #998 from davep/extend-test-coverage
...
Add and extend unit tests
2022-10-25 11:32:25 +01:00
Will McGugan
ed395e3f2d
Merge pull request #985 from Textualize/query-parse
...
Add sensible error to query
2022-10-25 11:28:37 +01:00
Darren Burns
617f0acb99
Additional sleep after tabbing to guard vs races
2022-10-25 10:57:54 +01:00
Will McGugan
2a3eed1379
No more ko-fi
2022-10-25 10:22:35 +01:00
Dave Pearson
7ebfb1e714
Make the game size Final
...
I mean... the clue is in the name of the game, right?
2022-10-25 08:57:00 +01:00
Dave Pearson
ce6ed54f37
Tidy up various class properties documentation
...
Rather than use the Sphinx-influenced '#:' style of comment, switch to the
more docstring-a-like approach used in the Google style.
2022-10-25 08:54:50 +01:00
Dave Pearson
f3105d149c
Merge pull request #1004 from mbridak/patch-1
...
Typo...
2022-10-24 20:56:01 +01:00
Dave Pearson
512af0c908
Add a test for the shown_keys property
2022-10-24 20:43:43 +01:00
Michael Bridak
9d76c8c65e
Typo...
2022-10-24 12:30:58 -07:00
Dave Pearson
f0068ac566
Add a test for getting an unknown key
2022-10-24 20:20:24 +01:00
Dave Pearson
cb0d2f2efd
Add a test for turning a tuple into a binding
2022-10-24 20:16:46 +01:00
Dave Pearson
9b80236a0d
Add a test for binding tuples of the wrong size
2022-10-24 16:57:07 +01:00
Dave Pearson
9b1c23a432
Add a test for Size.line_range
2022-10-24 16:34:34 +01:00
Darren Burns
5adbba7674
Increase sleep between key-presses
2022-10-24 16:11:59 +01:00
Darren Burns
d02e6e94b0
Fix data-table snapshot
2022-10-24 15:16:47 +01:00
Darren Burns
041bb35014
Remove comments, simplify test
2022-10-24 14:51:40 +01:00
Darren Burns
9632e76159
Snapshotting Header widgets
2022-10-24 12:42:32 +01:00
Darren Burns
f09e5f7d9f
Snapshot testing footer
2022-10-24 12:39:33 +01:00
Darren Burns
67c3b83f80
Remove animation from checkbox snapshot test
2022-10-24 12:18:35 +01:00
Darren Burns
c6418e5e20
Snapshot testing data table, checkbox interactions
2022-10-24 12:14:52 +01:00
Dave Pearson
472ca5cd3f
Complete coverage of arrangement doc options
...
While the code in _arrange.py does mark the unknown dock type branch as
being for the benefit of type checkers only, and was marked as to be ignored
for the purposes of coverage, it was still showing in a coverage test and
it's not a terrible thing to ensure that a user, giving the wrong type of
dock in their own code, will get the expected result.
2022-10-24 11:43:02 +01:00
Dave Pearson
d7da8c6851
Absolute the intended result path
...
Because testing on Windows is going to add a drive to any absolute path, and
in the tests we don't want to make it specific to something like that, take
the absolute path to test against and then absolute it again which is pretty
much a NOP on a Unix-a-like, but will add the drive on Windows.
2022-10-24 11:26:43 +01:00
Darren Burns
8a92cc470b
Merge branch 'main' of github.com:Textualize/textual into more-testing
2022-10-24 11:16:56 +01:00
Dave Pearson
129857ff9e
Add tests for the LRUCacge maxsize setter/getter
2022-10-24 11:11:06 +01:00
Dave Pearson
6c9a1a6e5d
Add tests for the initialisation of CSS_PATH
...
This improves coverage of _make_path_object_relative in _path.py, and
generally provides some simple tests of how CSS_PATH gets turned into a
css_path property of an App.
Note that if an actual CSS path gets added (something that has been mooted)
this will need updating.
2022-10-24 09:39:17 +01:00
Will McGugan
5057a6b307
Merge pull request #991 from davep/docs-mode-switch-hover-text
...
Fix the hover text for the docs dark mode switch
2022-10-23 22:18:04 +01:00
Dave Pearson
55e9c54716
Fix the hover text for the docs dark mode switch
2022-10-23 21:04:55 +01:00
Will McGugan
11ca3c9dc9
Merge pull request #989 from 1ace/fix-textualize-link
...
demo: fix link to textualize.io
2022-10-23 20:17:51 +01:00
Eric Engestrom
861fd8aa77
demo: fix link to textualize.io
2022-10-23 20:12:09 +01:00
Will McGugan
5bf9ee1d04
remove title
2022-10-23 20:08:21 +01:00
Tesch
2d003603bf
Add highlighting for id="timers" line in tutorial
2022-10-23 12:55:18 -05:00
Will McGugan
01d0a455b8
Merge pull request #987 from UriyaHarpeness/feature/fix-broken-links-in-readme
...
Fix broken links in README.md
2022-10-23 17:37:04 +01:00
UriyaHarpeness
2fbfc79ac4
Fix broken links in README.md
2022-10-23 19:32:50 +03:00
Will McGugan
adf5b94e13
Merge pull request #986 from abey79/patch-1
...
Fixed command for color reference in README.md
2022-10-23 16:15:27 +01:00
Antoine Beyeler
b4539b4b59
Fixed command for color reference in README.md
2022-10-23 17:13:23 +02:00
Will McGugan
c432be90d1
drop version
2022-10-23 11:06:22 +01:00
Will McGugan
d6f71e6f2a
fix indentation
2022-10-23 11:00:18 +01:00
Will McGugan
1631efcd01
update roadmap
2022-10-23 10:58:29 +01:00
Will McGugan
d48a320507
Add quotes for zsh
2022-10-23 10:20:46 +01:00
Will McGugan
745a6f3596
changelog
2022-10-23 09:55:06 +01:00
Will McGugan
6f602f02c0
Add sensible error to query
2022-10-23 09:52:31 +01:00
Will McGugan
610dfee843
Merge branch 'metadata'
v0.2.1
2022-10-22 21:43:12 +01:00
Will McGugan
6a19c94787
wrong date
2022-10-22 21:42:17 +01:00