Skip to content
Snippets Groups Projects
Commit 2ab83604 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

mark tests needing the filesystem as such

parent 6c303463
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ import tarfile
import tempfile
import unittest
from nose.plugins.attrib import attr
from swh.model import from_disk
from swh.model.from_disk import Content, Directory, DentryPerms
from swh.model.hashutil import DEFAULT_ALGORITHMS, hash_to_bytes, hash_to_hex
......@@ -683,6 +685,7 @@ class DirectoryToObjects(DataMixin, unittest.TestCase):
+ 1)
@attr('fs')
class TarballTest(DataMixin, unittest.TestCase):
def setUp(self):
super().setUp()
......
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