mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FiloSottile/mkcert/pull/198
Author: @rfay
Created: 9/15/2019
Status: 🔄 Open
Base:
master← Head:20190915_tests📝 Commits (6)
6d1a1ebAdd basic functionality test for mkcertb995f43Misc module/vendor changes for testingda45238Add TestMain that builds mkcert7ffce03Call context cancel func to pacify go vet66f6e03Re-add test into travis.yml96c3403Pull out staticcheck line since it's not in container yet📊 Changes
53 files changed (+19393 additions, -1 deletions)
View changed files
📝
.travis.yml(+2 -1)📝
go.mod(+1 -0)📝
go.sum(+9 -0)➕
main_test.go(+85 -0)➕
vendor/github.com/davecgh/go-spew/LICENSE(+15 -0)➕
vendor/github.com/davecgh/go-spew/spew/bypass.go(+152 -0)➕
vendor/github.com/davecgh/go-spew/spew/bypasssafe.go(+38 -0)➕
vendor/github.com/davecgh/go-spew/spew/common.go(+341 -0)➕
vendor/github.com/davecgh/go-spew/spew/config.go(+306 -0)➕
vendor/github.com/davecgh/go-spew/spew/doc.go(+211 -0)➕
vendor/github.com/davecgh/go-spew/spew/dump.go(+509 -0)➕
vendor/github.com/davecgh/go-spew/spew/format.go(+419 -0)➕
vendor/github.com/davecgh/go-spew/spew/spew.go(+148 -0)➕
vendor/github.com/pmezard/go-difflib/LICENSE(+27 -0)➕
vendor/github.com/pmezard/go-difflib/difflib/difflib.go(+772 -0)➕
vendor/github.com/stretchr/testify/LICENSE(+21 -0)➕
vendor/github.com/stretchr/testify/assert/assertion_format.go(+566 -0)➕
vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl(+5 -0)➕
vendor/github.com/stretchr/testify/assert/assertion_forward.go(+1120 -0)➕
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl(+5 -0)...and 33 more files
📄 Description
#136 points out that mkcert is completely lacking tests.
This PR does a very basic functional test building, testing, and using the mkcert binary
mkcert -installmkcert localhostto get a cert/keyThe
go test -vis added to the .travis.yml and passes on the single current linux environment (Ubuntu 16.04 with sudo enabled).A next step would be a matrix including Travis's other available Ubuntu versions, macOS, and WIndows if we can get past the confirmation step in
mkcert -install.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.