mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 16:14:45 +00:00
Improved check for test functions.
This commit is contained in:
parent
cd6ee8a1bc
commit
67db3b5cd6
1 changed files with 8 additions and 1 deletions
|
|
@ -254,5 +254,12 @@ def get_file (filename=None):
|
|||
return unicode(os.path.join(directory, filename))
|
||||
return unicode(directory)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print has_clamav(), has_network(), has_msgfmt(), has_posix(), has_proxy()
|
||||
print "has clamav", has_clamav()
|
||||
print "has network", has_network()
|
||||
print "has msgfmt", has_msgfmt()
|
||||
print "has POSIX", has_posix()
|
||||
print "has proxy", has_proxy()
|
||||
print "has PyQt", has_pyqt()
|
||||
print "has X11", has_x11()
|
||||
|
|
|
|||
Loading…
Reference in a new issue