Darren Burns
|
9287f64a66
|
Add isort pre-commit hook, sort imports in src and test directories
|
2023-02-09 13:28:08 +00:00 |
|
Darren Burns
|
d06fca1041
|
Improving universal selector test
|
2022-12-21 11:28:19 +00:00 |
|
Darren Burns
|
78f06c9d1b
|
Add test for universal selector
|
2022-12-20 20:19:53 +00:00 |
|
Dave Pearson
|
ab760dbe80
|
Add a test for numbers within a type query name
Add a failing test due to #1253.
|
2022-11-24 21:04:36 +00:00 |
|
Dave Pearson
|
c1cfdffc96
|
Change query_one so that it raises an error on multiple hits
As part of this, add a only_one method to DOMQuery.
Addresses #1096.
|
2022-11-03 13:44:51 +00:00 |
|
Dave Pearson
|
457340777b
|
Change DOM queries to be case-sensitive for classes and IDs
See #1041 and #1047.
|
2022-10-31 15:25:22 +00:00 |
|
Dave Pearson
|
0e3090352c
|
Merge branch 'main' into query-tests
|
2022-10-25 14:14:03 +01:00 |
|
Dave Pearson
|
22d53c827e
|
Add tests for doing class work via a query
|
2022-10-25 14:03:43 +01:00 |
|
Dave Pearson
|
f217310b60
|
Add a test for a query result with no filter
|
2022-10-25 11:38:34 +01:00 |
|
Dave Pearson
|
6fcd93bd2a
|
Add tests for a query exclusion
|
2022-10-25 11:34:58 +01:00 |
|
Dave Pearson
|
661fabb62c
|
Add tests for a query filtering
|
2022-10-25 11:26:09 +01:00 |
|
Dave Pearson
|
0019f26617
|
Add tests for a query __getitem__
|
2022-10-25 10:50:02 +01:00 |
|
Dave Pearson
|
e68a07d228
|
Add tests for reversing a query
|
2022-10-25 10:31:11 +01:00 |
|
Dave Pearson
|
aa9f53fa5b
|
Add testing for the __bool__ method of a query
|
2022-10-25 10:29:10 +01:00 |
|
Dave Pearson
|
bd55830d53
|
Add query tests relating to first/last
|
2022-10-25 10:24:40 +01:00 |
|
Will McGugan
|
6f602f02c0
|
Add sensible error to query
|
2022-10-23 09:52:31 +01:00 |
|
Will McGugan
|
b22436933a
|
lots of docstrings
|
2022-08-25 09:08:35 +01:00 |
|
Will McGugan
|
4ac4f3cee6
|
added results method
|
2022-08-13 12:25:35 +01:00 |
|
Will McGugan
|
f00e2d22d4
|
header fixes, and lazy queries
|
2022-08-13 09:12:59 +01:00 |
|
Will McGugan
|
99c87e5519
|
apply rules
|
2021-11-04 16:21:38 +00:00 |
|
Will McGugan
|
4e66c48313
|
more query tests
|
2021-11-03 11:01:59 +00:00 |
|
Will McGugan
|
25e8f86b93
|
selector tests
|
2021-11-02 17:01:13 +00:00 |
|