-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : change logic for uploading attachments
Now, the `upload_attachment` method won't return an error if the file is not found.
- Loading branch information
Showing
3 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# [email protected] | ||
# [email protected] | ||
|
||
## What's new | ||
|
||
Change logic for uploading attachments. Now, the `upload_attachment` method won't return an error if the file is not | ||
found. | ||
|
||
# [email protected] | ||
|
||
## What's new | ||
|
||
|
@@ -28,7 +35,7 @@ Support `suite` field in the test case model. | |
|
||
## What's new | ||
|
||
Minor release that includes all changes from beta versions 3.1.0b*. | ||
Minor release that includes all changes from beta versions 3.1.0b*. | ||
Also added support for group parameters. | ||
|
||
# [email protected] | ||
|
@@ -45,7 +52,7 @@ HTTPSConnectionPool(host='api.qase.io', port=443): Max retries exceeded with url | |
|
||
## What's new | ||
|
||
Reporters didn't send information about fields, like `title`, `description`, etc, to the Qase. | ||
Reporters didn't send information about fields, like `title`, `description`, etc, to the Qase. | ||
Now, the reporters will send all the information about the test case to the Qase. | ||
|
||
# [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "qase-python-commons" | ||
version = "3.1.5" | ||
version = "3.1.6" | ||
description = "A library for Qase TestOps and Qase Report" | ||
readme = "README.md" | ||
authors = [{name = "Qase Team", email = "[email protected]"}] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters