Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: various fixes in ietf.doc #5941

Merged
merged 10 commits into from
Jul 7, 2023
Merged

Conversation

rjsparks
Copy link
Member

@rjsparks rjsparks commented Jul 7, 2023

No description provided.

@@ -2705,24 +2705,27 @@ def should_404(self, argdict):
r = self.client.get(url)
self.assertEqual(r.status_code, 404)

# This takes a _long_ time (32s on a 2022 m1 macbook pro) - is it worth what it covers?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a lot of permutations being checked, maybe cut it down to just the pdf extension? Another option would be to mock out the pdf generation and just check that it calls the expected method.

@jennifer-richards jennifer-richards merged commit 1bec64f into ietf-tools:feat/rfc Jul 7, 2023
@rjsparks rjsparks deleted the fixups4 branch July 8, 2023 18:05
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants