GSS-Cogs / databaker

Command line tool to convert spreadsheets to databases, made for the UK's Office for National Statistics.
Other
1 stars 0 forks source link

BDD Test Suite #9

Closed CharlesRendle closed 3 years ago

CharlesRendle commented 3 years ago

A Behave style test suite for databaker functionality.

Includes tests for all bag overrides except: group, parent and children And tests the whole "databaking" process (taking a dataset from file to transformed dataframe)

I have had to add 1 line to overrides.py because of an issue with python 3.7 and re._pattern_type. See github issue ticket for further details.

mikeAdamss commented 3 years ago

looks good, good job 👍 . merge away 😄