python-mapswipe-workers
python-mapswipe-workers copied to clipboard
factor out reference validation into helper.py
We check if the reference path to Firebase is valid in several different functions. This could be factored out into a separate function.
E.g. as here: https://github.com/mapswipe/python-mapswipe-workers/blob/13175d3ed4fc9274b87824ba8b2140a17f529fe1/mapswipe_workers/tests/integration/test_team_management.py#L49