No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
829a58a
... +0 ...
50ae88d
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
97 | 97 | + [quote("{}={}".format(k, v)) for k, v in kwargs.items()] |
|
98 | 98 | ) |
|
99 | 99 | return hashlib.md5( |
|
100 | - | force_bytes("cache_memoize" + (prefix or func.__name__) + cache_key) |
|
100 | + | force_bytes("cache_memoize" + (prefix or func.__qualname__) + cache_key) |
|
101 | 101 | ).hexdigest() |
|
102 | 102 | ||
103 | 103 | _make_cache_key = key_generator_callable or _default_make_cache_key |
Files | Coverage |
---|---|
src/cache_memoize/__init__.py | 100.00% |
Project Totals (1 files) | 100.00% |
50ae88d
829a58a