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