gelic-idealab / komodo-data

Data pipeline for the Komodo XR instruction platform
1 stars 0 forks source link

Completed user_proximity function and unit test #14

Closed wheeendiii closed 2 years ago

wheeendiii commented 2 years ago

Description

Type of change

How Has This Been Tested?

Run process.py file to check if there are no errors for the new functon. Run unit test test_user_proximity.py and check the result of unit tests (should say "ok").

(to run unit test: cd komodo/komodo-data and run: python -m unittest test_user_proximity.py

Test Configuration:

Checklist:

Modified from this article: Phillip Johnston, “A GitHub Pull Request Template for Your Projects - Embedded Artistry,” Embedded Artistry, Aug. 04, 2017. https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ (accessed Jul. 22, 2021).