Recommendations¶
Returns the currently stored testing tags.
Returns: A tuple. [0] is a bool with the result. [1] is a list with the currently stored testing tags.
-
tnglib.get_users()¶ Returns the currently stored users.
Returns: A tuple. [0] is a bool with the result. [1] is a list with the currently stored users.
-
tnglib.delete_rec_user(username)¶ Delete a user with his/her corresponding testing tags.
Parameters: username – username of the user to be deleted Returns: A tuple. [0] is a bool with the result. [1] is the response of the request.