Skip to content

Commit

Permalink
Create pki folder during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Jan 11, 2024
1 parent 7400ff5 commit 1b0e970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def py3(session):
"coverage",
"typing_extensions",
)
session.run("./certs.sh", "client", external=True)
session.run("./certs.sh", "server", external=True)
session.run(
"pytest",
"--cov=src/socket_proxy",
Expand Down

0 comments on commit 1b0e970

Please sign in to comment.