core: experiments with attaching datetime information to errors

my.body.weigth: put datetime information in the error rows
This commit is contained in:
Dima Gerasimov 2020-09-09 21:28:22 +01:00 committed by karlicoss
parent 743312a87b
commit 99e50f0afe
5 changed files with 60 additions and 11 deletions

View file

@ -46,8 +46,8 @@ def prepare(tmp_path: Path):
pass
# meh
from my.core.error import test_sort_res_by
# meh. otherwise was struggling to run directly against my.core.error...
from my.core.error import *
from typing import Iterable, List