-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : an issue with the
upload_attachment
method
```log "attachments": [attach.hash for attach in attached], AttributeError: 'list' object has no attribute 'hash' ```
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 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 |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
|
||
## What's new | ||
|
||
Fixed an issue with the `upload_attachment` method: | ||
|
||
```log | ||
"attachments": [attach.hash for attach in attached], | ||
AttributeError: 'list' object has no attribute 'hash' | ||
``` | ||
|
||
# [email protected] | ||
|
||
## What's new | ||
|
||
Show a test run link in end of log. | ||
|
||
# [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.7" | ||
version = "3.1.8" | ||
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