python-mapswipe-workers icon indicating copy to clipboard operation
python-mapswipe-workers copied to clipboard

factor out reference validation into helper.py

Open Hagellach37 opened this issue 5 years ago • 0 comments

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

Hagellach37 avatar Aug 04 '20 09:08 Hagellach37