Fix some formatting errors, add test for strategy version

This commit is contained in:
Matthias
2021-12-04 14:40:05 +01:00
parent d4fd13bf50
commit 2080bf0952
4 changed files with 18 additions and 9 deletions

View File

@@ -393,7 +393,7 @@ class IStrategy(ABC, HyperStrategyMixin):
]
"""
return []
def version(self) -> str:
"""
Returns version of the strategy.