Exemplo n.º 1
0
 def test_registered(self) -> None:
     tracker = TrackerConfiguration(type='gitlab')
     self.assertIsInstance(tracker, GitLabConfiguration)
Exemplo n.º 2
0
 def test_registered(self) -> None:
     tracker = TrackerConfiguration(type='jira')
     self.assertIsInstance(tracker, JiraConfiguration)