This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TESTS | |
| import unittest | |
| class TestPasswordValidator(unittest.TestCase): | |
| def test_valid_passwords(self): | |
| valid_passwords = [ | |
| "P@ssw0rd", | |
| "Str0ng!Pass", | |
| "C0mplex@123", | |
| "SecureP@ss1" | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Task": [ | |
| { | |
| "id": 1, | |
| "name": "task1 list1", | |
| "starred": false, | |
| "checked": false, | |
| "dueDate": "2024-05-22T09:17:28.061", | |
| "listId": 1 | |
| }, |