def test_n_tasks_returns_total_number_tasks(self): """Test STATS n_tasks returns the total amount of tasks of the project""" self.prepare_data() assert stats.n_tasks(self.project.id) == 4, stats.n_tasks( self.project.id)
def test_n_tasks_returns_total_number_tasks(self): """Test STATS n_tasks returns the total amount of tasks of the project""" assert stats.n_tasks(self.project.id) == 4, stats.n_tasks(self.project.id)