summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test_coalesce.py
Commit message (Collapse)AuthorAgeFilesLines
* functional-tests: Reformat code using Black formatterSam Thursfield2023-02-131-4/+8
| | | | | The Python community are mostly using a standard code style defined by `black` tool these days, let's do the same.
* functional-tests: Clean up directorySam Thursfield2023-02-131-0/+119
Python convention is to use `_` in file names, so they can be imported, and prefix all test modules with `test_`. All config files are now in `config/` subdir and all data files are now in `data/` subdir.