mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
7 lines
259 B
Text
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.
|