Page MenuHomeFreeBSD

New port: devel/py-testfixtures: Collection of helpers and mock objects for unit tests and doc tests
ClosedPublic

Authored by 0mp on Mar 28 2019, 12:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 29, 11:24 AM
Unknown Object (File)
Sat, Jun 29, 9:23 AM
Unknown Object (File)
Sat, Jun 29, 8:58 AM
Unknown Object (File)
May 17 2024, 12:19 AM
Unknown Object (File)
Apr 20 2024, 2:47 PM
Unknown Object (File)
Apr 19 2024, 5:15 PM
Unknown Object (File)
Feb 22 2024, 6:51 PM
Unknown Object (File)
Dec 23 2023, 11:26 AM
Subscribers
None

Details

Summary
New port: devel/py-testfixtures: Collection of helpers and mock objects for unit tests and doc tests

TestFixtures is a collection of helpers and mock objects that are useful when
writing unit tests or doc tests.

If you're wondering why "yet another mock object library", testing is often
described as an art form and as such some styles of library will suit some
people while others will suit other styles. This library contains common test
fixtures the author found himself repeating from package to package and so
decided to extract them into their own library and give them some tests of
their own!

WWW: https://github.com/Simplistix/testfixtures
Test Plan
  • portlint
  • poudriere 120a 112i 13.0-CURRENT
  • manual testing: the library works fine as a test dependency for another port

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 23342
Build 22371: arc lint + arc unit