[Rpm-maint] [rpm-software-management/rpm] [WIP] tests: add tests for rich dependencies (#326)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Fri Sep 22 12:14:04 UTC 2017
This PR supersedes #164 in an attempt to get some unit tests in for rich dependencies.
Per the original PR, this is the coverage so far:
- [x] (X and Y)
- [x] (X or Y)
- [x] (X if Y)
- [x] (X if Y else Z)
- [x] (X and (Y or Z))
- [x] (X and (Y if Z))
- [ ] (X or (Y and Z))
- [x] (X or (Y if Z))
- [ ] (X if (Y and Z))
- [ ] (X if (Y or Z))
- [x] (X with Y)
- [x] (X with (Y and Z))
- [x] (X with (Y or Z))
- [x] (X with (Y if Z))
- [x] (X with (Y if Z else A))
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/326
-- Commit Summary --
* tests: add tests for boolean dependencies
* tests: add tests for 'with' boolean dependencies
-- File Changes --
M tests/rpmdeps.at (804)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/326.patch
https://github.com/rpm-software-management/rpm/pull/326.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/326
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170922/d7b18bb4/attachment.html>
More information about the Rpm-maint
mailing list