Skip to content
Snippets Groups Projects
Verified Commit 3c593a07 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tests: Migrate to pytest

Related T1261
parent b39849d6
No related branches found
No related tags found
No related merge requests found
nose
pytest
......@@ -4,14 +4,13 @@
# See top-level LICENSE file for more information
import os
from nose.plugins.attrib import attr
import pytest
from swh.loader.core.tests import BaseLoaderTest, LoaderNoStorage
from swh.loader.dir.loader import DirLoader
@attr('fs')
@pytest.mark.fs
class BaseDirLoaderTest(BaseLoaderTest):
def setUp(self, archive_name='sample-folder.tgz'):
super().setUp(archive_name=archive_name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment