10 references to AddPythonExecutable
Aspire.Hosting.Python (2)
Aspire.Hosting.Python.Tests (7)
AddPythonAppTests.cs (7)
959var pythonBuilder = builder.AddPythonExecutable("pytest", tempDir.Path, "pytest");
1050builder.AddPythonExecutable("pythonProject", tempDir.Path, executableName);
1127var pythonBuilder = builder.AddPythonExecutable("pytest", tempDir.Path, "pytest")
1285builder.AddPythonExecutable("executable-app", projectDirectory, "pytest")
1350builder.AddPythonExecutable("executable-app", projectDirectory, "pytest")
1551var pythonApp = builder.AddPythonExecutable("myapp", appDirectory, executableName)
1821builder.AddPythonExecutable("executable-app", projectDirectory, "pytest");
Python.AppHost (1)