egeldenhuys / black-fitch

[DEPRECATED] Black-box Unit Tests for Fitchfork practicals and assignments
GNU General Public License v3.0
8 stars 4 forks source link

Assignment 3 Task 1. #35

Closed Quantum-Sicarius closed 7 years ago

Quantum-Sicarius commented 7 years ago

This is all I could do so far as I am down to my last upload on FitchFork due to a simple mistake. I would however like if you could test this first and see if you get full marks. (And point out my mistakes.)

egeldenhuys commented 7 years ago

I appreciate you forking from the latest assignment3 branch :smiley: I will test your code as I work on the assignment, give feedback, and then we can merge into assignment3

Thank you for the work!

devosray commented 7 years ago

@Quantum-Sicarius I ran my code through your tests and got no errors. Fitchfork also gave me full marks. I just scanned through your tests and it seems complete. If you want, I wrote a few tests to cover some cases (it is not complete and not properly written, meant for personal use only 😁 ). If you want to try it out, just append the following to the 'task1.cpp' file in your blackfitch fork: https://gist.github.com/devosray/090788ab84ebe10b756d3e1944ae42ad

Quantum-Sicarius commented 7 years ago

@devosray Thank you! I uploaded my Task1 and also got full marks. It seems that all test cases are reached. I believe you can merge this PR @egeldenhuys .