opnsense-ports/devel/py-assertpy/pkg-descr
Franco Fichtner bb16d1c169 */*: sync with upstream
Taken from: FreeBSD
2023-09-25 11:53:16 +02: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.