Skip to content

Commit 7b0e179

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Fix unit tests
1 parent b39b879 commit 7b0e179

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@
1414
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
17+
18+
from .test_clone_to_cache import TestCloneToCache
19+
from .test_clone_to_directory import TestCloneToDirectory
20+
from .test_descriptions import TestDescriptions
21+
from .test_loaders import TestLoaders
22+
from .test_progress_bar import TestProgressBar
23+
24+
__all__ = [
25+
"TestCloneToCache",
26+
"TestCloneToDirectory",
27+
"TestDescriptions",
28+
"TestLoaders",
29+
"TestProgressBar",
30+
]

0 commit comments

Comments
 (0)