Skip to content

Commit 2ed4f48

Browse files
committed
Try yo debug test
1 parent 53e7893 commit 2ed4f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def testIncludeMissingSPF(self):
134134
spf_record = "v=spf1 include:example.doesnotexist ~all"
135135
domain = "example.com"
136136
results = checkdmarc.spf.parse_spf_record(spf_record, domain)
137+
print(results)
137138
self.assertTrue(
138139
"example.local: The domain does not exist." in results["warnings"]
139140
)

0 commit comments

Comments
 (0)