tund / male

MAchine LEarning (MALE)
GNU General Public License v3.0
4 stars 1 forks source link

test multi inheritance #22

Closed SeaOtter closed 7 years ago

SeaOtter commented 7 years ago

Add a test file for multiple inheritance.

tund commented 7 years ago

Thanks for your PR. Could you please add more test cases and the results (in comments) directly to the source code, so that we dont really need to run the code to see what will happen? I came up with some test cases here: https://www.dropbox.com/s/o2vqf2bunu4vrh1/test_call_super_multiple_inheritance.jpeg?dl=0

One more question: from a class, can we call super method of a specified parent class?

SeaOtter commented 7 years ago

Ok. I will follow the test cased that you sent.

tund commented 7 years ago

When will you finish?

SeaOtter commented 7 years ago

6 test cases are complete and are waiting for merging.