ports/devel/py-assertpy/pkg-descr
Matthew Seaman fe5230eba9 devel/py-assertpy: New port
Simple assertions library for unit testing in Python
2023-09-22 19:29:28 +01:00

7 lines
259 B
Text

Simple assertions library for unit testing in Python with a nice
fluent API. Supports both Python 2 and 3.
Just import the assert_that function, and away you go...
Of course, assertpy works best with a python test runner like pytest
(our favorite) or Nose.