Usually the workflow I have is as follows:
- Perform SQL query on database,
- Load it into memory
- Transform data based on logic
foo()
- Insert the transformed data to a table in a database.
How should unit test be written for this kind of workflow? I'm really new to testing.
Anyway, I'm using Python 3.4.
Aucun commentaire:
Enregistrer un commentaire