Owen Mansel-Chan
|
5a97348e78
|
python: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
|
2026-03-04 12:45:05 +00:00 |
|
Jeroen Ketema
|
c3ea883b11
|
Python: Update expected test results
|
2024-12-03 19:18:57 +01:00 |
|
Rasmus Wriedt Larsen
|
55f5b26ba6
|
Python: Accept new ordering of query predicates in .expected
|
2023-11-15 10:09:54 +01:00 |
|
Jeroen Ketema
|
dba4460526
|
Python: Update more inline expectation tests to use the paramterized module
|
2023-06-20 10:16:15 +02:00 |
|
Rasmus Wriedt Larsen
|
d9079e34e3
|
Python: Move framework tests out of experimental
Since they are not experimental anymore 😄
|
2021-03-19 15:51:54 +01:00 |
|