7 references to PythonReact
Aspire.Deployment.EndToEnd.Tests (7)
AcrPurgeTaskDeploymentTests.cs (1)
85await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.PythonReact, useRedisCache: false);
AppServicePythonDeploymentTests.cs (1)
87await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.PythonReact, useRedisCache: false);
PythonFastApiDeploymentTests.cs (1)
87await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.PythonReact, useRedisCache: false);
tests\Shared\Hex1bAutomatorTestHelpers.cs (2)
207case AspireTemplate.PythonReact: 268if (template is AspireTemplate.Starter or AspireTemplate.JsReact or AspireTemplate.PythonReact)
tests\Shared\Hex1bTestHelpers.cs (2)
441case AspireTemplate.PythonReact: 478if (template is AspireTemplate.Starter or AspireTemplate.JsReact or AspireTemplate.PythonReact)