Пример #1
0
 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)
Пример #2
0
 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)