dimanche 21 février 2016

How to write integration tests in python?

I am writing a python application and want to test my database code. For that i want to write some integration tests, but i don't know how to go about that.

My first idea was just using the unittest module and writing integration tests instead of unit tests. But since it's called 'unittest', i am unsure if thats the right approach.

What is the proper way of writing integration tests in python?

Aucun commentaire:

Enregistrer un commentaire