diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-05 22:26:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-05 22:26:35 +0800 |
commit | 37d3a67ec032e4d2fd92a4d0446af923403306b5 (patch) | |
tree | b12b1d060f0e2ad97e1c11524ae1824a176b34e2 /devel/Makefile | |
parent | 99517d8e32c3d73f7a7ac960ec454c78678f3a0f (diff) | |
download | freebsd-ports-gnome-37d3a67ec032e4d2fd92a4d0446af923403306b5.tar.gz freebsd-ports-gnome-37d3a67ec032e4d2fd92a4d0446af923403306b5.tar.zst freebsd-ports-gnome-37d3a67ec032e4d2fd92a4d0446af923403306b5.zip |
Add py-datatest 0.9.3
Datatest provides testing tools for data validation and analysis. It supports
both pytest and unittest style testing.
You can use datatest for validation, test driven data-wrangling, auditing,
logging discrepancies, and checklists for measuring progress. It encourages a
structured approach for checking and tidying data.
WWW: https://github.com/shawnbrown/datatest
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9dde3bb56b81..0c904919de1b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4514,6 +4514,7 @@ SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-darts.util.lru + SUBDIR += py-datatest SUBDIR += py-dateutil SUBDIR += py-dateutils SUBDIR += py-datrie |