tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
161 stars 38 forks source link

create tests for the labels argument #33

Closed tompollard closed 6 years ago

tompollard commented 6 years ago

the labels argument is used to specify alternative names for column variables (e.g. labels = {'sex':'gender', 'trt':'treatment'}). tests need to be added to the testing framework.