Neues LearncostSystem initialisiert

This commit is contained in:
2025-07-29 19:21:58 +02:00
parent 74cc552c24
commit 77b074902f
9 changed files with 3933 additions and 27 deletions
+3 -7
View File
@@ -1,12 +1,7 @@
package gsmaster
import (
"fmt"
"testing"
"github.com/stretchr/testify/assert"
)
//Diese Tests hier sind SCHROTT denn sie testen statisch erzeugt Strukturen und nicht die Abfrage aus der DB wie erhofft
/*
// Test for exported GetAvailableSkillCategories function
func TestGetAvailableSkillCategories(t *testing.T) {
testCases := []struct {
@@ -120,3 +115,4 @@ func TestCalculateDetailedSkillLearningCostForHexer(t *testing.T) {
assert.Equal(t, 80, result.Money, "Geldkosten sollten 80 GS sein")
})
}
*/