We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e7893 commit 2ed4f48Copy full SHA for 2ed4f48
tests.py
@@ -134,6 +134,7 @@ def testIncludeMissingSPF(self):
134
spf_record = "v=spf1 include:example.doesnotexist ~all"
135
domain = "example.com"
136
results = checkdmarc.spf.parse_spf_record(spf_record, domain)
137
+ print(results)
138
self.assertTrue(
139
"example.local: The domain does not exist." in results["warnings"]
140
)
0 commit comments