anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
56 stars 51 forks source link

Fix properties method #52

Closed nymous closed 4 years ago

nymous commented 4 years ago

Description

Fix artifacts.properties() method, and add a artifacts.info() method that returns what the old .properties() returned.

Fixes #50

Type of change

Please delete options that are not relevant.

How has it been tested ?

Unit tests have been added for the fixed .properties() method, for the new .info(), and fixed for methods depending on the old .properties() behavior.

Checklist: