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

feat: ✨ add path_*() functions (with their verify_*()'ers) #730

Merged
merged 22 commits into from
Oct 2, 2024

Commits on Sep 24, 2024

  1. feat: ✨ add path_*() functions with utils

    The utility functions expands on the raised error to include existing ID's.
    signekb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    029ea53 View commit details
    Browse the repository at this point in the history
  2. test: ✅ add tests for path_*() functions with utils

    The utility functions make it easier to create the folder structure of packages and resources for testing the `path_()*` functions.
    signekb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fe6f3d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    786fc9d View commit details
    Browse the repository at this point in the history
  2. refactor: ♻️ update imports to path functions

    Since they are now in the init file.
    signekb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a132fea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6cd9bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    700efd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    141ab20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2e5d40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8aaa7b8 View commit details
    Browse the repository at this point in the history
  8. docs: update todo item

    signekb authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2379675 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b704ae2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    4222404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857050d View commit details
    Browse the repository at this point in the history
  3. refactor: ♻️ simplify by returning tmp_path directly in fixture

    Instead of converting it to a string and then back to Path in the tests
    signekb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    14ba245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c45a33 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c716559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f8eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af08d28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ad6b48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d387eed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1abda7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e4029a8 View commit details
    Browse the repository at this point in the history