Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new module: filesize, create or resize a file, given its size #148

Closed
wants to merge 5 commits into from

Commits on Mar 24, 2021

  1. add new module: filesize

    * description: create a file given its size, or resize it
    * add integration tests (filter Mac OS X < 11 for some of them)
    quidame committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    44d071c View commit details
    Browse the repository at this point in the history
  2. fix typo & sample return

    quidame committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e1bec0b View commit details
    Browse the repository at this point in the history
  3. fix sizes in tasknames

    quidame committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3d425c4 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    quidame and Andersson007 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    10d2e48 View commit details
    Browse the repository at this point in the history
  5. refactor tests

    * Add a stat task for almost every filesize tasks and check results
      (size) consistency.
    * Check that cmd result is always the same, in check mode or not.
    * Check consistency of other returned results (size_diff & filesize.bytes).
    
    add DOCUMENTATION.seealso section
    fix docstrings coding style (tenses, typos...)
    add changelog fragment (placeholder)
    quidame committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6ce2f02 View commit details
    Browse the repository at this point in the history