Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Aug 12, 2024
1 parent 04228d1 commit 4703d16
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@


class TestSpoofy(unittest.TestCase):
"""
--- Format ---
domain: str,
p: str,
aspf: str,
spf_record: str,
spf_all: str,
spf_dns_queries: int,
sp: None,
pct: int
"""

def test_spoofing_is_possible(self):
spoofing = Spoofing(
domain="test_0.com",
Expand Down

0 comments on commit 4703d16

Please sign in to comment.