All Questions
1 question
1
vote
2
answers
262
views
How do I test a method which interacts with a database?
So I have a database class which has methods dedicated to specific actions. For example I have below method which accesses and writes to a table in the database:
def trackUserPerformance(self, ...