Skip to content

Commit 2a0b41c

Browse files
frozencemeterysimo5
authored andcommitted
Check at top level for python-requests{,-kerberos}
Signed-off-by: Robbie Harwood <[email protected]> Reviewed-by: Simo Sorce <[email protected]> Merges #99
1 parent 86aaf37 commit 2a0b41c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/magtests.py

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
import sys
1313
import time
1414

15+
# check that we can import requests (for use in test scripts)
16+
import requests, requests_kerberos
17+
del(requests)
18+
del(requests_kerberos)
1519

1620
def parse_args():
1721
parser = argparse.ArgumentParser(description='Mod Auth GSSAPI Tests Environment')

0 commit comments

Comments
 (0)