Testing Fundamentals - Non-Functional Testing
You have this test code to check if a user input is safe:
What is the problem with this test?
def is_safe_input(user_input):
if ''))What is the problem with this test?
