A simple program to test the implementation of flask with the project: Bucket-List-Ultima
Flask enabled environment is not necessary for this test. Edit the test cases in the test/test_server.py file by varying input and observe the unittest result messages. Tests available:
- Email address validity
- Input matched against existing records when creating new clients Input tested is: i. Email address ii. Username iii. Password
- Delete clients
- View bucket lists by client username
- Search for username using email address
- View bucket list by its name
Flask enabled environment is not necessary for this test. Edit the test cases in the test/test_client.py file by varying input and observe the unittest result messages. Tests available:
- Create new bucket lists
- Input matched against existing records when creating new bucket lists Input tested is list name
- View bucket lists in client object
- Delete bucket list
- Follow another user's bucket list