Files
blankie/Blankie.xctestplan
Cody Bromley 0d17ec9923 feat(tests): Add unit tests for AudioManager, PresetManager, and Sound classes
feat(tests): Implement async XCTestCase extension for handling asynchronous operations
feat(audio): Enhance Sound class with public access and loadSound method
feat(settings): Update GlobalSettings methods to use @MainActor for thread safety
2025-01-10 22:32:32 -06:00

31 lines
700 B
Plaintext

{
"configurations" : [
{
"id" : "9B22136B-03AA-4556-A3CA-6156C33341BF",
"name" : "Test Scheme Action",
"options" : {
"defaultTestExecutionTimeAllowance" : 60,
"testTimeoutsEnabled" : true
}
}
],
"defaultOptions" : {
"targetForVariableExpansion" : {
"containerPath" : "container:Blankie.xcodeproj",
"identifier" : "F913505E2D233A43003C85BE",
"name" : "Blankie"
}
},
"testTargets" : [
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Blankie.xcodeproj",
"identifier" : "F9ED6BA92D321D3300240F13",
"name" : "BlankieTests"
}
}
],
"version" : 1
}