Support/1.2 #8
3 changed files with 6 additions and 4 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "frostfs-testlib"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
description = "Building blocks and utilities to facilitate development of automated tests for FrostFS system"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
|
||||
|
@ -23,6 +23,8 @@ dependencies = [
|
|||
"paramiko>=2.10.3",
|
||||
"pexpect>=4.8.0",
|
||||
"requests>=2.28.0",
|
||||
"docstring_parser>=0.15",
|
||||
"testrail-api>=1.12.0",
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
|
@ -48,7 +50,7 @@ line-length = 100
|
|||
target-version = ["py310"]
|
||||
|
||||
[tool.bumpver]
|
||||
current_version = "1.1.1"
|
||||
current_version = "1.2.0"
|
||||
version_pattern = "MAJOR.MINOR.PATCH"
|
||||
commit_message = "Bump version {old_version} -> {new_version}"
|
||||
commit = true
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.1.1"
|
||||
__version__ = "1.2.0"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from test_case import id, suite_name, suite_section, title
|
||||
from test_collector import TestCase, TestCaseCollector
|
||||
from testrail_exporter import TestrailExporter
|
||||
from test_exporter import TestExporter
|
||||
from testrail_exporter import TestrailExporter
|
Loading…
Reference in a new issue