Mon, 10 Jun 2024 01:07:57 UTC | login

Information for build python-TestSlide-2.6.3-1.fc33

ID189914
Package Namepython-TestSlide
Version2.6.3
Release1.fc33
Epoch
SummaryA Python test framework
DescriptionA test framework for Python that enable unit testing / TDD / BDD to be productive and enjoyable. Its well behaved mocks with thorough API validations catches bugs both when code is first written or long in the future when it is changed. The flexibility of using them with existing unittest.TestCase or TestSlide's own test runner let users get its benefits without requiring refactoring existing code.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 03 Dec 2020 06:53:07 UTC
CompletedThu, 03 Dec 2020 06:53:07 UTC
Tags
f33
RPMs
src
python-TestSlide-2.6.3-1.fc33.src.rpm (info) (download)
noarch
python3-TestSlide-2.6.3-1.fc33.noarch.rpm (info) (download)
python3-TestSlide-docs-2.6.3-1.fc33.noarch.rpm (info) (download)
Changelog * Thu Nov 12 2020 Davide Cavalca <dcavalca@fedoraproject.org> - 2.6.3-1 - New upstream release * Mon Nov 02 2020 Davide Cavalca <dcavalca@fedoraproject.org> - 2.6.1-3 - Backport PR#260, PR#261, PR#262 - Add py_provides for F32 - Build and package docs - Run tests * Tue Oct 27 2020 Davide Cavalca <dcavalca@fb.com> - 2.6.1-2 - Update BuildRequires - Remove unneeded shebangs - Drop unnecessary python_provide macro * Tue Oct 27 2020 Davide Cavalca <dcavalca@fb.com> - 2.6.1-1 - Initial package - Disable tests and docs for now