Skip to content

Commit

Permalink
test(clean) : add tests for clean_date and validate_date
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui committed Feb 9, 2021
1 parent 913f686 commit 812dbb8
Show file tree
Hide file tree
Showing 2 changed files with 600 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dataprep/clean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

from .clean_address import clean_address, validate_address

from .clean_date import clean_date, validate_date


__all__ = [
"clean_lat_long",
Expand All @@ -36,4 +38,6 @@
"clean_headers",
"clean_address",
"validate_address",
"clean_date",
"validate_date",
]

0 comments on commit 812dbb8

Please sign in to comment.