Exemple #1
0
def tests(*args, **kwargs):
    cam = kwargs['ctx']['cam']
    test = Tests(cam)
    return jsonify(test.avaliable_tests())
Exemple #2
0
 def get_available_tests(self):
     test = Tests(self)
     return test.avaliable_tests()['response']