-
Notifications
You must be signed in to change notification settings - Fork 87
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
Implement ci-dnf-stack
/unit
tests and documentation for Python API
#213
Labels
epic
Priority: MEDIUM
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Milestone
Comments
j-mracek
added
the
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
label
Aug 29, 2023
kontura
changed the title
Implement
Implement Oct 23, 2023
ci-dnf-stack
tests and documentation for Python APIci-dnf-stack
/Unit tests and documentation for Python API
kontura
changed the title
Implement
Implement Oct 23, 2023
ci-dnf-stack
/Unit tests and documentation for Python APIci-dnf-stack
/unit
tests and documentation for Python API
kontura
added a commit
to kontura/dnf5
that referenced
this issue
Oct 24, 2023
kontura
added a commit
to kontura/dnf5
that referenced
this issue
Oct 24, 2023
kontura
added a commit
to kontura/dnf5
that referenced
this issue
Oct 24, 2023
Advisory docs and tests: #987 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
epic
Priority: MEDIUM
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Every function on dnf5 Python API should be documented and should have a test to verify that it works. The tests should be unit tests if possible or a CI tests if necessary based on the required setup for the given test.
In general we should first create documentation for a function and then based on it create the tests.
We need tests for:
libdnf5.base:
[libdnf::advisory]:
libdnf5,repo:
libdnf5.rpm:
(The list will be continually updated and links should point to Python docs not cpp.)
The text was updated successfully, but these errors were encountered: