Support/1.2 #8

Merged
alexchetaev merged 3 commits from support/1.2 into master 2023-02-17 08:09:17 +00:00
3 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.2.0"

View file

@ -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