-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Generate certificate directory at runtime #1722
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1722 +/- ##
=======================================
Coverage 99.65% 99.65%
=======================================
Files 22 22
Lines 2006 2006
=======================================
Hits 1999 1999
Misses 7 7 Continue to review full report at Codecov.
|
I just found out about http://doc.pytest.org/en/latest/tmpdir.html#the-tmpdir-fixture, so I pushed a new commit here |
63165f2
to
94380c2
Compare
This was not possibly until now because of functool.wraps for older Pythons.
Instead of storing it in git.
In order to support older Python versions.
94380c2
to
bf84e6c
Compare
tmp_path relies on pathlib/pathlib2, which is more future-proof.
This is also ready for review. :) But again, #1724 should be merged first. |
Is there a conflict on this PR? Do we need these changes still? |
This was merged as part of #1725. Thanks! Closing. |
Instead of storing it in git.
Done as part of #1705