Example #1
0
    def test_get_participants(self):
        project_1 = RedmineProject(
            'http://*****:*****@', project_1.get_participants()[0]['mail'])
        self.assertEqual(len(project_2.get_participants()), 0)
    def test_get_participants(self):
        project_1 = RedmineProject(
            'http://*****:*****@', project_1.get_participants()[0]['mail'])
        self.assertEqual(len(project_2.get_participants()), 0)