gabriel-lau / Project_Kavala

A simple python-based maze game by a group of Ngee Ann Polytechnic students to learn about the development lifecycle of DevOps.
0 stars 0 forks source link

[4 - TC02] Error when user chooses option 4 without choosing csv file #39

Closed gabriel-lau closed 4 years ago

gabriel-lau commented 4 years ago

13 - TC02 - User is shown an error message but is not redirected accordingly

TC2

halfofning commented 4 years ago

@hsiaojietng Please take a look!

hsiaojietng commented 4 years ago

Please make sure to uncomment main(maze_list) in certain functions as well as a line called configure(maze_list) when manually testing because of the request for input, it fails the pytest, thus it is required to be commented out when pytesting

gabriel-lau commented 4 years ago

Different error is shown in #47

TC02

hsiaojietng commented 4 years ago

Please have a look again, I have fixed it @gabriel-lau

gabriel-lau commented 4 years ago

Alright it works now, thanks