vscode-azurefunctions/test
Hossam Mabed 0858c8cfbb
Add tests for new programming model versions and .NET 8 (#4217)
* try this

* fix build error

* cleanup

* log subscription for verification

* only run function app operations tests?

* try with correct prompt order

* try only function app operations

* add new options to rotating values

* fix create and deploy tests

* run only long running tests

* remove the prompt for programming model version from v2

* test only create new project

* try fixing create new project tests

* try installing java thru the pipeline

* try again

* specify input for F# too

* try installing java again

* try with windows-latest vmImage

* try new pool

* give up on installing java for now

* try all tests again

* test

* install java

* try different pool

* try 2019?

* 2017?

* try creating new EventGrid tests

* remove the preinstall stage

* remove deprecated runtime tests

* remove unnecessary eventgrid tests

* try only create function tests

* remove deprecated language versions

* add prompt for python prog model

* try only Python tests

* try all again

* use python 3.8

* use python 3.9

* test only python tests again

* try fix with only create and deploy tests

* remove deprecated Create API test

* add subscription name step

* remove subscription name step

* try removing function.json line

* add model v4 and model v2 tests and test only create new project

* try with adding validate options

* try extra debugging

* try with suppressing parallel

* create missing version.txt file

* update package.json

* run all tests

* fix create and deploy tests

* add language model types

* add python v2 tests and fix c# and python tests

* remove rogue ampersand

* update target

* use python 3.9

* disable C#Script, Java, and Ballerina tests

* add python v2 create new project tests

* add .NET 8 tests

* update python v2 create tests

* clean up nightly global tests

* clean up

* clean up

* clean up

* clean up

* PR feedback

* more clean up

* fix regexps

* PR feedback
2024-07-23 11:32:29 -07:00
..
createFunction Add tests for new programming model versions and .NET 8 (#4217) 2024-07-23 11:32:29 -07:00
nightly Add tests for new programming model versions and .NET 8 (#4217) 2024-07-23 11:32:29 -07:00
project Add tests for new programming model versions and .NET 8 (#4217) 2024-07-23 11:32:29 -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 Update `eslint-config` to enforce import types (#3918) 2023-12-05 10:48:45 -08:00
addParallelSuite.ts Run a bunch of tests in parallel (#2856) 2021-06-17 14:28:28 -07:00
api.test.ts Add tests for new programming model versions and .NET 8 (#4217) 2024-07-23 11:32:29 -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 Update long running tests check logic (#4202) 2024-07-05 16:42:29 -04: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 Enable unit tests (#3591) 2023-05-15 11:22:40 -07:00
runWithSetting.ts Fix venvUtil tests (#2864) 2021-06-23 11:01:47 -07:00
templateCount.test.ts Add tests for new programming model versions and .NET 8 (#4217) 2024-07-23 11:32:29 -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 update backup templates (#4215) 2024-07-16 16:27:17 -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