8000 Infra: add tests by hugovk · Pull Request #2545 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Infra: add tests #2545

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

Merged
merged 15 commits into from
Apr 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Infra: add comment to explain magic number
  • Loading branch information
hugovk committed Apr 21, 2022
commit 9071118e9d6f16792e9c5b47c0c47d48e252d3a2
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ def test_get_last_modified_timestamps():
out = pep_footer._get_last_modified_timestamps()

assert len(out) >= 585
# Should be a Unix timestamp and at least this
assert out["pep-0008.txt"] >= 1643124055
0