6 references to PythonEmptyAppHost
aspire (1)
Templating\CliTemplateFactory.cs (1)
151
KnownTemplateId.
PythonEmptyAppHost
,
Aspire.Cli.Tests (5)
Commands\NewCommandTemplateConfigPersistenceTests.cs (4)
79
PrDogfoodNewTemplateCase.CliConfig(KnownTemplateId.
PythonEmptyAppHost
, ["--localhost-tld", "false"]),
121
[InlineData(KnownTemplateId.
PythonEmptyAppHost
, "apphost.py")]
149
[InlineData(KnownTemplateId.
PythonEmptyAppHost
, "apphost.py")]
176
[InlineData(KnownTemplateId.
PythonEmptyAppHost
, "apphost.py")]
Commands\NewCommandTests.cs (1)
67
Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.
PythonEmptyAppHost
&& subcommand.Description == "Empty (Python AppHost)");