diff --git a/deepdog/results/__init__.py b/deepdog/results/__init__.py index 6e86c84..928819a 100644 --- a/deepdog/results/__init__.py +++ b/deepdog/results/__init__.py @@ -16,6 +16,7 @@ MODEL_REGEXES = [ FILE_SLUG_REGEXES = [ r"mock_tarucha-(?P\d+)", + r"(?:(?Pmock)_)?tarucha(?:_(?P\d+))?-(?P\d+)", ]