diff options
Diffstat (limited to 'library/python/svn_version/ut/test_simple.py')
| -rw-r--r-- | library/python/svn_version/ut/test_simple.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/python/svn_version/ut/test_simple.py b/library/python/svn_version/ut/test_simple.py index 50fa78f55d8..4c6aa58e435 100644 --- a/library/python/svn_version/ut/test_simple.py +++ b/library/python/svn_version/ut/test_simple.py @@ -22,3 +22,11 @@ def test_simple(): assert len(sv.commit_id()) > 0 assert isinstance(sv.hash(), str) assert isinstance(sv.patch_number(), int) + + +def test_custom_version(): + assert isinstance(sv.custom_version(), str) + + +def test_release_version(): + assert isinstance(sv.release_version(), str) |
