mirror of
https://github.com/MattKeeley/Spoofy.git
synced 2026-02-03 13:33:24 +00:00
Update test.py
This commit is contained in:
4
test.py
4
test.py
@@ -51,9 +51,5 @@ class TestSpoofy(unittest.TestCase):
|
||||
spoofing = Spoofing('test_8.com', 'none', 's', 'v=spf1 include:fakest.domain.com', '~all', 1, 'quarantine', 100)
|
||||
self.assertEqual(spoofing.spoofable, 8)
|
||||
|
||||
def test_possible_bug_fix1(self):
|
||||
spoofing = Spoofing('sub.test_9.com', None, None, None, None, None, None, None)
|
||||
self.assertEqual(spoofing.spoofable, 0)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user