omkarchittar / smarter-university-system

Smarter University System (SUS)
1 stars 0 forks source link

Added Unit Tests for quizzes_controller.py file #38

Open Lokesh-Bharath opened 5 months ago

Lokesh-Bharath commented 5 months ago

Added 3 Unit Tests for quizzes_controller.py file highlighting the cases which cause the system to fail. These test cases can be used to test the correctness of the code after making the necessary changes in quizzes_controller.py

Key Take aways

  1. Exception handling should be improved in cases where other data types are passed when strings are expected
  2. Exception handling for data corruption should be included
deeksha-2825 commented 5 months ago

Looks good

nodeicode commented 5 months ago

looks good