Skip to content

Commit

Permalink
New test and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 2, 2020
1 parent f61bfcc commit 4e11bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metablock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .spaces import Extension, Service, Space, SpaceExtension
from .user import User

__version__ = "0.1.1"
__version__ = "0.1.2"
__all__ = [
"Metablock",
"MetablockError",
Expand Down
6 changes: 6 additions & 0 deletions tests/test_spaces.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from metablock import Metablock


async def test_list_spaces(cli: Metablock):
spaces = await cli.spaces.get_list()
assert spaces

0 comments on commit 4e11bf8

Please sign in to comment.