mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 07:34:44 +00:00
Network test needs POSIX system.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3828 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4a5a4ed0bf
commit
d82264e72a
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ import linkcheck.network
|
|||
class TestNetwork (unittest.TestCase):
|
||||
"""Test network functions."""
|
||||
|
||||
needed_resources = ['posix']
|
||||
|
||||
def test_ifreq_size (self):
|
||||
self.assertTrue(linkcheck.network.ifreq_size() > 0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue