Mike Fährmann
|
9c65db2a92
|
consistent 'with open(…) as fp:' syntax
|
2024-06-14 01:22:00 +02:00 |
|
Mike Fährmann
|
2501adeda0
|
move 'pprint()' into its own module
to reuse its code in create_test_data.py later
rename to 'pyprint' since 'pprint' is already used by stdlib module
|
2024-02-27 02:01:55 +01:00 |
|
Mike Fährmann
|
a833c244c8
|
add exported extractor results
|
2023-09-10 14:45:01 +02:00 |
|
Mike Fährmann
|
b611bf9629
|
fix '"' escapes
|
2023-09-09 22:36:23 +02:00 |
|
Mike Fährmann
|
28b79354fb
|
fix for categories containing '.'
Files with ':' in their name cannot be imported, as __import__()
will try to interpret them as submodules.
|
2023-09-09 22:34:03 +02:00 |
|
Mike Fährmann
|
c297745118
|
add -t and -c command-line arguments to export_tests.py
|
2023-09-09 19:52:26 +02:00 |
|
Mike Fährmann
|
8c0a656ccf
|
publish export_tests.py script
|
2023-09-06 18:42:20 +02:00 |
|