From e88ee453636404f4a8da33d3fe9642fd0c42369c Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Fri, 14 Feb 2025 11:19:25 +0100 Subject: [PATCH] add README --- acceptance/bundle/templates/default-python/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 acceptance/bundle/templates/default-python/README.md diff --git a/acceptance/bundle/templates/default-python/README.md b/acceptance/bundle/templates/default-python/README.md new file mode 100644 index 000000000..e4f4fd816 --- /dev/null +++ b/acceptance/bundle/templates/default-python/README.md @@ -0,0 +1,6 @@ +The 'serverless' and 'classic' directories contain full tests: they +have full output of materialized template, perform "bundle validate" +and in the future will perform deploy/summary/run. + +Other directories (serverless-auto-\*) contain short tests: they only do +"bundle init" and then check that the output matches 'serverless' or 'classic' exactly.