Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Add tests for a variety of util functions #2496

Merged
merged 26 commits into from
Apr 27, 2020
Merged

Commits on Apr 17, 2020

  1. Add test for time utils

    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c52f283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b991453 View commit details
    Browse the repository at this point in the history
  3. Correct the datdir/res path

    Comment says the folder to be checked should be datadir/res, this makes
    the code mean the same thing.
    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7e88ae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f872daf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2582d78 View commit details
    Browse the repository at this point in the history
  6. Refactor util library.

    Move utils away from the __init__.py file
    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    71683d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76ff53a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d79af8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0709c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60c0af6 View commit details
    Browse the repository at this point in the history
  11. Simplify record function

    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    e3f4d22 View commit details
    Browse the repository at this point in the history
  12. Simplify and clean up curate_cache

    - create helper functions for getting file stats and removing files in
    order of age
    - create wrapper function for turning MB into bytes
    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    82e3500 View commit details
    Browse the repository at this point in the history
  13. Correct some docstrings

    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    b0be6a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e218533 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aa42552 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05695f5 View commit details
    Browse the repository at this point in the history
  17. Minor cleanups

    - Remove superfluous parentheses
    - Remove unneccessary pass
    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    26ef052 View commit details
    Browse the repository at this point in the history
  18. Reuse ensure_directory_exists() in create_file()

    ensure_directory_exists() now takes the directory permissions as an
    optional argument.
    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    06157e3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3a908a1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a3c625b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c5dccc1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    313aaa6 View commit details
    Browse the repository at this point in the history
  23. Update time util docstrings

    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    707be52 View commit details
    Browse the repository at this point in the history
  24. Refactor play_* functions to use a common base

    Adds comments for PULSE ENVIRONMENT
    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    cf40c2e View commit details
    Browse the repository at this point in the history
  25. Add test for record function

    forslund committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    e651e39 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Improve audio utils log

    forslund committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    1258480 View commit details
    Browse the repository at this point in the history