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)
Feb 22 2024, 6:51 PM
Unknown Object (File)
Dec 23 2023, 11:26 AM
Unknown Object (File)
Nov 15 2023, 11:40 PM
Unknown Object (File)
Sep 18 2023, 12:31 PM
Unknown Object (File)
Sep 17 2023, 2:56 PM
Unknown Object (File)
Aug 13 2023, 6:22 AM
Unknown Object (File)
Aug 2 2023, 6:14 PM
Unknown Object (File)
Jun 21 2023, 9:48 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
Lint Not Applicable
Unit
Tests Not Applicable