Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

04-09-2018 Running null test case after create and then after compare functions #142

Closed JosiahRegencia closed 6 years ago

JosiahRegencia commented 6 years ago

Trying to run the null test case after a create endpoint and then after the compare endpoint.

https://github.com/Doveps/mono/blob/4039d34fc2ec035a03221e54fb113b3864e8760e/savant/tests/test_basic.py#L25-L38

screenshot from 2018-04-10 00-03-29 Currently stuck at that.

I think I can get that to work tomorrow. Once I'm done with that I'll explain what I did.

greenmoss commented 6 years ago

Good approach. I note there are "1/2/3... " numbers in the test names. Can you explain your reasoning?

I would suggest avoiding those numbers, otherwise you have to remember to keep them in order, without holes in the sequence, etc. It could be a lot of micromanagement.