package main import "testing" func TestParseSettings(t *testing.T) { parseSettings() // Good as long as it doesn't panic }