We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deae8f7 commit 3992743Copy full SHA for 3992743
2 files changed
src/vip_client/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
# Informations
11
-__version__ = "0.1.6a1"
+__version__ = "0.1.6"
12
__license__ = "CECILL-B"
13
14
from vip_client.classes import VipSession
tests/README.md
@@ -1,3 +1,3 @@
1
# Test Suite for VIP Pyhton Client
2
3
-This is an unfinished work proposing test scripts for `VipLauncher` and `VipSession` using `unittest`.
+This is an unfinished work proposing test scripts for VipLauncher, VipCI and VipSession using pytest. It also tests low-level client functions.
0 commit comments