SafeGraphInc / safegraph_py

Python code for common, repeatable data wrangling and analysis of SafeGraph data
Apache License 2.0
27 stars 15 forks source link

Created Safegraph_py pytest functionality #31

Closed Trippl7777 closed 4 years ago

Trippl7777 commented 4 years ago

Please review the files to make sure nothing looks strange.

I intentionally left out Brian's function because I would like to see how hard it is for someone to make a test file for a function they have created - I believe it will help me write a tutorial. Besides that, we should have 100% coverage of all functions.

Trippl7777 commented 4 years ago

The total size of all of the test data combined is: 275 KB

would you like that trimmed down or is that ok?

The entire test runs in 20-35sec

Trippl7777 commented 4 years ago

Great. Should be ready to merge now!