Bryan Conn
Bryan Conn
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated...
### Is there an existing feature request for this? - [X] I have searched the existing feature requests ### Is your feature request related to a problem? Please describe. No...
### Summary Allow for overriding of `k3s_binary_url` for use in FOSS controlled environments. My employer requires that we pull FOSS components from a company controlled nexus mirror and this does...
Refactor COLOR_MODE to be easier for testing and for using features in the standard library come v1.71.0. Addresses: #368
Cover all patterns supported by parser increase testing of Formatted Chunk
Increase test coverage of the encode module. Hard code the time string created by the json encoder for tests
Add full suite of unit tests for the file, raw, and runtime configuration options. Needed to add PartialEq to Format Enum to allow for comparison in testing
Add integration level tests exercising the full configuration format Covers toml, json, and yaml Additionally added an intentionally malformed configuration & test.
Hard code `make_temp_file_name` to 0 in the test config to allow for a consistent testing environment.