Skip to content

Commit

Permalink
tests: name_constraints.rs -> tls_server_certs.rs
Browse files Browse the repository at this point in the history
Renames the rust test driver and does a minimal update to `generate.py`
to reflect the move. Further rename updates coming in subsequent
commits.
  • Loading branch information
cpu committed Jun 1, 2023
1 parent cdebb3c commit 992776f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def generate_name_constraints_test(
) -> None:
"""
Generate a test case, writing a rust '#[test]' function into
name_constraints.rs, and writing supporting files into the current
tls_server_certs.rs, and writing supporting files into the current
directory.
- `test_name`: name of the test, must be a rust identifier.
Expand Down Expand Up @@ -270,7 +270,7 @@ def generate_name_constraints_test(


def name_constraints() -> None:
with trim_top("name_constraints.rs") as output:
with trim_top("tls_server_certs.rs") as output:
generate_name_constraints_test(
output,
"no_name_constraints",
Expand Down
File renamed without changes.

0 comments on commit 992776f

Please sign in to comment.