-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add message for failed unittests. #35
Comments
can I work on this issue? |
Sure ! |
@Agrover112 I run the example1.py, and the terminal cannot find the flights.txt. I checked the flights.txt and it had been saved in the data folder. Could you help me ? |
Sure. |
@Yoda-Canada It's in the README.md in getting started! as link |
@Agrover112 , It's ready to run, thx. |
@Agrover112 Question 1: I want to make sure that only these three files (test_algorithms.py, test_chaining.py, test_fitness.py) are needed to add error messages, right? @Yoda-Canada Refer your master branch I made some changes there. |
@Yoda-Canada So I raised a PR to YOUR fork. Accept that PR and make further changes. |
@Agrover112 no worry I will do it ASAP. |
I'm awake for your bro :) |
@Agrover112 I have created a PR 48, please review it, thx. |
A message indicating a failure for each unit-test, should give the user a small idea of what went wrong in the test.
ex:
self.assertEqual ( f(values), 0, msg ='HEURISTIC MESSAGE INDICATING WHY TEST CASE FAILED')
The text was updated successfully, but these errors were encountered: