Added the ability to skip empty values #57
GitHub Actions / Go Tests
succeeded
Dec 6, 2023 in 1s
Go Tests ✅
✅ results.xml
138 tests were completed in 4s with 138 passed, 0 failed and 0 skipped.
✅ github.com/mcasperson/UltimateDockerLauncher/cmd
✅ TestMainFunc
✅ TestMainJson
✅ TestMainJsonWithPrefix
✅ TestMainJsonTwo
✅ TestMainJsonWithPrefixTwo
✅ TestMainToml
✅ TestMainTomlTwo
✅ TestMainYaml
✅ TestMainYamlTwo
✅ TestMainIni
✅ TestMainIniTwo
✅ TestMainWriteFile
✅ TestMainWriteFileTwo
✅ TestMainBase64
✅ TestMainBase64Two
✅ TestMainBase64WithProefix
✅ TestMainBase64WithPrefixTwo
✅ github.com/mcasperson/UltimateDockerLauncher/cmd/internal/envscanners
✅ TestB64FileWriting
✅ TestB64FileWritingTwo
✅ TestB64FileWritingTwoInvalid
✅ TestFileWriting
✅ TestFileWritingTwo
✅ TestJsonManipulation
✅ TestMultipleJsonManipulation
✅ TestJsonManipulationSkipEmpty
✅ TestMultipleJsonManipulationSkipEmpty
✅ TestJsonManipulationTwoSkipEmpty
✅ TestMultipleJsonManipulationTwoSkipEmpty
✅ TestJsonManipulationTwo
✅ TestMultipleJsonManipulationTwo
✅ github.com/mcasperson/UltimateDockerLauncher/cmd/internal/manipulators/inimanipulator
✅ TestInvalidFile
✅ TestInvalidFileExtension
✅ TestSetInvalidStringField
✅ TestSetIniStringField
✅ TestSetIniStringGroupField
✅ TestSetIniStringGroupColonField
✅ TestSetIniIntField
✅ TestSetIniBoolField
✅ github.com/mcasperson/UltimateDockerLauncher/cmd/internal/manipulators/jsonmanipulators
✅ TestInvalidFile
✅ TestInvalidJson
✅ TestSetInvalidFile
✅ TestSetInvalidJson
✅ TestSetJsonStringField
✅ TestSetJsonNumberField
✅ TestSetJsonNumberFieldWithString
✅ TestSetJsonBoolField
✅ TestSetJsonBoolFieldWithString
✅ TestSetJsonObjectField
✅ TestSetJsonObjectFieldWithString
✅ TestSetJsonArrayField
✅ TestSetJsonArrayFieldWithString
✅ TestSetJsonArrayFieldWithArray
✅ TestSetJsonNewField
✅ TestSetJsonNewNumberField
✅ TestSetJsonNewBooleanField
✅ TestSetJsonArrayFieldIndex
✅ TestSetJsonNumberArrayFieldIndexWithNumber
✅ TestSetJsonArrayFieldIndexOutOfBounds
✅ TestSetJsonArrayFieldAgainstObject
✅ TestSetJsonArrayFieldDoubleIndex
✅ TestSetJsonArrayFieldIndexWithNumber
✅ TestSetJsonArrayFieldIndexWithBool
✅ TestSetJsonIntArrayFieldIndexWithInt
✅ TestSetJsonIntArrayFieldIndexWithString
✅ TestSetJsonBoolArrayFieldIndexWithBool
✅ TestSetJsonBoolArrayFieldIndexWithString
✅ TestSetJsonObjectArrayFieldIndexWithObject
✅ TestSetJsonObjectArrayFieldIndexWithString
✅ TestSetJsonArrayArrayFieldIndexWithArray
✅ TestSetJsonArrayArrayFieldIndexWithString
✅ TestSetJsonMissingNestedField
✅ github.com/mcasperson/UltimateDockerLauncher/cmd/internal/manipulators/tomlmanipulators
✅ TestTomlInvalidFile
✅ TestTomlInvalidToml
✅ TestTomlSetInvalidFile
✅ TestTomlSetInvalidToml
✅ TestTomlSetStringField
✅ TestTomlSetNumberField
✅ TestTomlSetNumberFieldWithString
✅ TestTomlSetBoolField
✅ TestTomlSetBoolFieldWithString
✅ TestTomlSetObjectField
✅ TestTomlSetObjectFieldWithString
✅ TestTomlSetArrayField
✅ TestTomlSetArrayFieldWithString
✅ TestTomlSetArrayFieldWithArray
✅ TestTomlSetNewField
✅ TestTomlSetNewNumberField
✅ TestTomlSetNewBooleanField
✅ TestTomlSetArrayFieldIndex
✅ TestTomlSetNumberArrayFieldIndexWithNumber
✅ TestTomlSetArrayFieldIndexOutOfBounds
✅ TestTomlSetArrayFieldAgainstObject
✅ TestTomlSetArrayFieldDoubleIndex
✅ TestTomlSetArrayFieldIndexWithNumber
✅ TestTomlSetArrayFieldIndexWithBool
✅ TestTomlSetIntArrayFieldIndexWithInt
✅ TestTomlSetIntArrayFieldIndexWithString
✅ TestTomlSetBoolArrayFieldIndexWithBool
✅ TestTomlSetBoolArrayFieldIndexWithString
✅ TestTomlSetObjectArrayFieldIndexWithObject
✅ TestTomlSetObjectArrayFieldIndexWithString
✅ TestTomlSetArrayArrayFieldIndexWithArray
✅ TestTomlSetArrayArrayFieldIndexWithString
✅ TestTomlSetMissingNestedField
✅ github.com/mcasperson/UltimateDockerLauncher/cmd/internal/manipulators/yamlmanipulators
✅ TestYamlInvalidFile
✅ TestYamlInvalidJson
✅ TestYamlSetInvalidFile
✅ TestYamlSetInvalidJson
✅ TestYamlSetStringField
✅ TestYamlSetNumberField
✅ TestYamlSetNumberFieldWithString
✅ TestYamlSetBoolField
✅ TestYamlSetBoolFieldWithString
✅ TestYamlSetObjectField
✅ TestYamlSetObjectFieldWithString
✅ TestYamlSetArrayField
✅ TestYamlSetArrayFieldWithString
✅ TestYamlSetArrayFieldWithArray
✅ TestYamlSetNewField
✅ TestYamlSetNewNumberField
✅ TestYamlSetNewBooleanField
✅ TestYamlSetArrayFieldIndex
✅ TestYamlSetNumberArrayFieldIndexWithNumber
✅ TestYamlSetArrayFieldIndexOutOfBounds
✅ TestYamlSetArrayFieldAgainstObject
✅ TestYamlSetArrayFieldDoubleIndex
✅ TestYamlSetArrayFieldIndexWithNumber
✅ TestYamlSetArrayFieldIndexWithBool
✅ TestYamlSetIntArrayFieldIndexWithInt
✅ TestYamlSetIntArrayFieldIndexWithString
✅ TestYamlSetBoolArrayFieldIndexWithBool
✅ TestYamlSetBoolArrayFieldIndexWithString
✅ TestYamlSetObjectArrayFieldIndexWithObject
✅ TestYamlSetObjectArrayFieldIndexWithString
✅ TestYamlSetArrayArrayFieldIndexWithArray
✅ TestYamlSetArrayArrayFieldIndexWithString
✅ TestYamlSetMissingNestedField
✅ github.com/mcasperson/UltimateDockerLauncher/cmd/internal/writers
✅ TestFileWriting
Loading