Closed tminakov closed 7 years ago
Thank you @tminakov !
Really - my pleasure! Hope you'll put it in pypy soon.
Kudos on the requests library bindings btw, it allows very easy REST testing with robotframework.
Keep it up @bulkan.
Cheers, Todor
@bulkan sorry for being so pushy, but the doc needs re-generation, for the new arguments.
Thank you.
It's already up on PyPI.
On Mon, 27 Mar 2017 at 10:19 pm, Todor Minakov notifications@github.com wrote:
Really - my pleasure! Hope you'll put it in pypy soon.
Kudos on the requests library bindings btw, it allows very easy REST testing with robotframework.
Keep it up @bulkan https://github.com/bulkan.
- Cheers
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/bulkan/robotframework-archivelibrary/pull/26#issuecomment-289404220, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA2odrls82yTqrp6jwFULxX74IcQqxtks5rp4QxgaJpZM4MqAYA .
@bulkan sorry to bother again, but what I meant for doc re-generation is the help file, the one here. It doesn't list the new arguments, thus an user wouldn't know to use them.
Thanks.
Thanks, it's clear now
The keyword "Create Zip From Files In Directory" can optionally include files in subdirectories, by calling with
sub_directories=${true}
(default value: false).The keyword "Create Tar From Files In Directory" was always including files in subdirectories, now this can be overriden by calling with
sub_directories=${false}
(default value: true)The default values have been set so, to preserve the existing behavior and usage.