HPI/my/core/tests
karlicoss a60d69fb30 core/stats: get rid of duplicated keys for 'auto stats'
previously:
```
{'iter_data': {'iter_data': {'count': 9, 'last': datetime.datetime(2020, 1, 3, 1, 1, 1)}}}
```

after
```
{'iter_data': {'count': 9, 'last': datetime.datetime(2020, 1, 3, 1, 1, 1)}}
```
2023-10-22 00:47:36 +01:00
..
structure_data set json files to empty dicts so they are at least valid jsons 2023-06-09 03:31:13 +01:00
__init__.py general: move most core tests inside my.core.tests package 2023-05-25 00:25:13 +01:00
auto_stats.py core/stats: get rid of duplicated keys for 'auto stats' 2023-10-22 00:47:36 +01:00
denylist.py general: move most core tests inside my.core.tests package 2023-05-25 00:25:13 +01:00
sqlite.py general: move most core tests inside my.core.tests package 2023-05-25 00:25:13 +01:00
structure.py general: move most core tests inside my.core.tests package 2023-05-25 00:25:13 +01:00
test_cli.py general: move most core tests inside my.core.tests package 2023-05-25 00:25:13 +01:00
test_get_files.py core: more consistent handling of zip archives in get_files + tests 2023-10-20 21:13:59 +01:00
test_tmp_config.py general: move most core tests inside my.core.tests package 2023-05-25 00:25:13 +01:00