textual/tests/css
Dave Pearson 8220af4bfe
Add some initial rules to a "mega stylesheet"
The start of what will hopefully become a one-stop comprehensive test of all
the fun corners of stylesheet parsing. While not intended to replace all the
other unit tests for CSS, this test should help to quickly and easily be
sure that nothing breaks any valid CSS.

Influenced by #1253 and #1836 this code starts the process of implementing
the requirement outlined in #1838.

Adding more rules -- simple and/or weird -- that are expected and known to
parse without a problem is encouraged.
2023-03-14 14:11:32 +00:00
..
__init__.py tests/test_css_parse.py -> tests/css/test_parse.py 2022-02-01 10:09:24 +00:00
test_grid_rows_columns_relative_units.py Add regression tests. 2023-01-23 15:04:36 +00:00
test_help_text.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_mega_stylesheet.css Add some initial rules to a "mega stylesheet" 2023-03-14 14:11:32 +00:00
test_mega_stylesheet.py Add some initial rules to a "mega stylesheet" 2023-03-14 14:11:32 +00:00
test_parse.py Fix variable name typo 2023-02-20 21:25:12 +00:00
test_programmatic_style_changes.py Improve tests. 2023-01-30 12:34:35 +00:00
test_scalar.py Add tests for Scalar copy_with 2022-04-26 11:16:51 +01:00
test_styles.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_stylesheet.py imports 2023-02-07 10:54:29 +00:00
test_tokenize.py improved color harmony 2022-07-19 21:41:34 +01:00