mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
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
8 lines
368 B
Text
8 lines
368 B
Text
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
|