ConaireD / TolimanWIP

WIP Toliman codes go here before being added to the main TOLIMAN github
Other
0 stars 0 forks source link

Structure of Tests. #8

Closed Jordan-Dennis closed 1 year ago

Jordan-Dennis commented 1 year ago

Hi all, At the moment I am basing the structure of the tests on how we did it in dLux but I would not mind doing it so that every test function tested exactly one case. This would result in more code but the output would be more detailed and therefore more useful. I believe that this style of testing is referred to/related to BDD (Behaviour Driven Development). Regards Jordan.

Jordan-Dennis commented 1 year ago

In issues #13 and #12 I discuss how I will structure the tests and hence avoid the pitfalls that we fell into when writing the tests for dLux.