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

Files for field TESTS are missing #61

Closed
5 tasks done
Ludee opened this issue Aug 21, 2023 · 4 comments
Closed
5 tasks done

Files for field TESTS are missing #61

Ludee opened this issue Aug 21, 2023 · 4 comments
Assignees
Labels
other: help wanted 🙋 Help or assistance is needed part: backend 🧱 Backend component part: docu 📖 Improvements or additions to documentation priority: critical 🔥 Critical priority status: completed ✔️ Task has been completed type: feature 🛠️ New feature or request

Comments

@Ludee
Copy link
Member

Ludee commented Aug 21, 2023

TESTS

@Ludee Ludee added part: docu 📖 Improvements or additions to documentation other: help wanted 🙋 Help or assistance is needed part: backend 🧱 Backend component type: feature 🛠️ New feature or request status: active 🚧 Work in progress priority: critical 🔥 Critical priority status: discussion 💬 Discussion is ongoing labels Aug 21, 2023
@Ludee Ludee self-assigned this Aug 21, 2023
@jh-RLI
Copy link
Contributor

jh-RLI commented Aug 24, 2023

I will add tests + documentation this week / early next week.

  • A coverage report is already generated. If you install Tox and then run it (type tox in the command line). Nowadays, simple coverage reports are rather criticized, as they say nothing about the quality of the tests and can be intentionally faked. Nevertheless, I will add the documentation on how to view the report, I just wanted to provide this background.

@Ludee
Copy link
Member Author

Ludee commented Nov 6, 2024

Revise: https://enterprisecraftsmanship.com/posts/you-naming-tests-wrong/

<method>_Should<expected>_When<condition>

@Ludee
Copy link
Member Author

Ludee commented Nov 6, 2024

Test: Load file

def test_FILE_should_load():
    try:
        from path.file import FILE
    except Warning:
        print("Cannot open file!")

Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
@Ludee
Copy link
Member Author

Ludee commented Nov 27, 2024

Codecov implemented and badge finally works

@Ludee Ludee closed this as completed Nov 27, 2024
@Ludee Ludee moved this from To do to Done in super-repo-v0.2.0 Nov 27, 2024
@Ludee Ludee added status: completed ✔️ Task has been completed and removed status: active 🚧 Work in progress status: discussion 💬 Discussion is ongoing labels Nov 27, 2024
@Ludee Ludee mentioned this issue Nov 27, 2024
5 tasks
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other: help wanted 🙋 Help or assistance is needed part: backend 🧱 Backend component part: docu 📖 Improvements or additions to documentation priority: critical 🔥 Critical priority status: completed ✔️ Task has been completed type: feature 🛠️ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants