Rename test methods to test_ to allow collection by pytest
Part of T1261
This commit is contained in:
parent
8f5b10b3a3
commit
b3e815bef8
5 changed files with 5 additions and 26 deletions
|
@ -4,11 +4,10 @@
|
|||
|
||||
import re
|
||||
import unittest
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from swh.lister.gitlab.lister import GitLabLister
|
||||
from swh.lister.core.tests.test_lister import HttpListerTesterBase
|
||||
from swh.lister.gitlab.lister import GitLabLister
|
||||
|
||||
|
||||
class GitLabListerTester(HttpListerTesterBase, unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue