more cosmetics and some tests improvements

This commit is contained in:
Vithor Jaeger
2022-09-29 09:22:27 -04:00
parent f917b60ea0
commit 129b42613d
5 changed files with 107 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ from pocketbase.utils import camel_to_snake, to_datetime
def test_version():
assert __version__ == "0.2.1"
assert __version__ == "0.2.2"
def test_utils():