GolosChain / Qa

3 stars 1 forks source link

Improve test_runner to make possible name cases as you wish #13

Closed AKorpusenko closed 6 years ago

AKorpusenko commented 6 years ago

Description :red_circle:

Right now Cases object contains some methods which represent cases. In first implementation of test_runner the pattern to name cases methods like "case" + testNum, but its very easy to change code to make possible to name cases as you want. It would be much more obvious for anyone to understand whats going on in test when it has clear folder name and testcases with clean method names.