source: OpenWorkouts-current/ow/tests/helpers.py @ 55470f9

currentfeature/docs
Last change on this file since 55470f9 was ceae158, checked in by borja <borja@…>, 5 years ago

Added missing tests covering the map screenshots feature

  • Property mode set to 100644
File size: 128 bytes
Line 
1def join(*args, **kwargs):
2    """ Faked join method, for mocking purposes """
3    return '/' + '/'.join([arg for arg in args])
Note: See TracBrowser for help on using the repository browser.