Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

make unit test suite cross-platform #17

Open
necheffa opened this issue Aug 21, 2022 · 0 comments
Open

make unit test suite cross-platform #17

necheffa opened this issue Aug 21, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@necheffa
Copy link
Collaborator

Currently, unit tests executed via go test require a Unix-like environment for execution.

This is due to a Unix-style relative path being set as CaTestFolder in goca_test.go as well as some Unix-style relative paths in the caPathInit() function, currently defined in storage.go, specifically for handling testing.

Improving the cross-platform compatibility in these locations would make it easier to support Windows as a development platform.

@necheffa necheffa added enhancement New feature or request good first issue Good for newcomers labels Aug 21, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant