vscode-azurefunctions/test
Phillip Hoff 925796cee3
Support for new Python language model (#3235)
* Sketch preview project type.

* Switch to language model rather than separate (sub) languages.

* Exclude Python v2+ from creating functions on project create.

* Store project language model in workspace settings.

* Add project-level function source.

* Use "isolated mode" detection of functions for Python v2+.

* Open function .py file on project creation.

* Detect Python language model.

* Add Python preview to VS Code init list.

* Extract python preview model into constant.

* Sketch prompt for Python function location.

* Sketch selecting a script.

* Sketch opening template.

* Append new function to file.

* Enforce storage configuration for Python V2+.

* Exclude extension bundles from Python V2+ projects.

* Check for valid Functions version.

* Complete merge from `main`.

* Resolve linter warnings.

* Updates per PM feedback.

* Updates per PR feedback.

* Shift subwizard to separate class.

* Move Python location script up front.

* Move Python script name prompt up front.

* Switch to local content provider.

* Fake Markdown for trigger template.

* Tweak text.

* Move content to query string.

* Sketch embedding PyStein templates in extension.

* Add Python Preview templates to verified list.

* Exclude OpenAPI function from PyStein projects.

* Account for lack of new files in function creation.

* Use template for project.

* Fix finding MD content in template.

* Disable name prompt for V2.

* Update required Function host version, add whitespace during append.

* Update version number.

* Replace direct use of fs-extra.

* Add notes for preview Python model numbering.

* More notes.

* Show getting started MD on creation.

* Do not expose properties commands from PyStein functions in tree.

* Exclude PyStein from re-adding bundle property on function create.

* Updates to documentation per feedback in PR.

* Update supported PyStein version number and comments.

* Allow opening MD to the side.

* Use opt-out list instead of opt-in.
2022-08-19 13:54:27 -07:00
..
createFunction Support for new Python language model (#3235) 2022-08-19 13:54:27 -07:00
nightly Replace fse with AzExtFsUtils where possible (#3268) 2022-08-01 11:51:07 -07:00
project Add net7 tests (#3277) 2022-08-05 10:05:19 -07:00
utils Replace fse with AzExtFsUtils where possible (#3268) 2022-08-01 11:51:07 -07:00
.eslintrc.js Switch to shared ESLint config (#2916) 2021-08-13 10:40:56 -07:00
ParsedFunctionJson.test.ts Support listing functions and "copy function url" for .NET 5 (#2716) 2021-03-03 17:32:37 -08:00
addBinding.test.ts Replace fse with AzExtFsUtils where possible (#3268) 2022-08-01 11:51:07 -07:00
addParallelSuite.ts Run a bunch of tests in parallel (#2856) 2021-06-17 14:28:28 -07:00
api.test.ts Merge unified into main (#3168) 2022-05-13 14:39:39 -07:00
assertThrowsAsync.ts Switch to ESLint (#2666) 2021-02-12 11:31:51 -08:00
convertToValidPackageName.test.ts Switch to ESLint (#2666) 2021-02-12 11:31:51 -08:00
envUtils.test.ts Support C# "bool" parameter during "Create Function" (#2751) 2021-03-22 17:19:29 -07:00
fsUtils.test.ts Switch to ESLint (#2666) 2021-02-12 11:31:51 -08:00
getScriptResourcesLanguage.test.ts Switch to ESLint (#2666) 2021-02-12 11:31:51 -08:00
global.test.ts Support for new Python language model (#3235) 2022-08-19 13:54:27 -07:00
hasMinFuncCliVersion.test.ts Fix tests to use v4 Core Tools (#3267) 2022-07-29 10:32:04 -07:00
index.ts Run a bunch of tests in parallel (#2856) 2021-06-17 14:28:28 -07:00
nugetUtils.test.ts Add nuget versioning logic for getting bundle templates (#1545) 2019-10-07 13:53:05 -07:00
parseJson.test.ts Switch to ESLint (#2666) 2021-02-12 11:31:51 -08:00
runTest.ts Switch to latest VS Code test package (#3275) 2022-08-04 10:45:44 -07:00
runWithSetting.ts Fix venvUtil tests (#2864) 2021-06-23 11:01:47 -07:00
templateCount.test.ts Support for new Python language model (#3235) 2022-08-19 13:54:27 -07:00
test.code-workspace Temporarily disable net5 v4 test (#2950) 2021-09-03 11:48:48 -07:00
tryParseFuncVersion.test.ts Unblock v4 (#2860) 2021-06-21 12:07:16 -07:00
updateBackupTemplates.ts Support for new Python language model (#3235) 2022-08-19 13:54:27 -07:00
validateCSharpNamespace.test.ts Improve startup performance with webpack (#947) 2019-02-01 09:54:33 -08:00
venvUtils.test.ts Replace fse with AzExtFsUtils where possible (#3268) 2022-08-01 11:51:07 -07:00
verifyVersionAndLanguage.test.ts Replace fse with AzExtFsUtils where possible (#3268) 2022-08-01 11:51:07 -07:00