Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
07da10e1
Commit
07da10e1
authored
May 31, 2022
by
Josh Spicer
Committed by
GitHub
May 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test scenarios
parent
ba5967b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
29 deletions
+30
-29
install_python_twice.sh
test-scenarios/install_python_twice.sh
+15
-0
scenarios.json
test-scenarios/scenarios.json
+15
-0
testCases.json
testCases.json
+0
-29
No files found.
test-scenarios/install_python_twice.sh
0 → 100644
View file @
07da10e1
#!/bin/bash
set
-e
# Optional: Import test library
source
dev-container-features-test-lib
# Definition specific tests
check
"version"
python
--version
# ...
# ...
# Report result
reportResults
test-scenarios/scenarios.json
0 → 100644
View file @
07da10e1
{
"install_python_twice"
:
{
"image"
:
"mcr.microsoft.com/vscode/devcontainers/base:focal"
,
"features"
:
[
{
"id"
:
"python"
,
"version"
:
"3.8"
},
{
"id"
:
"python"
,
"version"
:
"3.9"
}
]
}
}
\ No newline at end of file
testCases.json
deleted
100644 → 0
View file @
ba5967b1
[
{
"_id"
:
"go then dotnet"
,
"features"
:
[
{
"id"
:
"go"
,
"version"
:
"1.17"
},
{
"id"
:
"dotnet"
,
"version"
:
"latest"
,
"runtimeOnly"
:
true
}
],
"image"
:
"mcr.microsoft.com/vscode/devcontainers/base:focal"
},
{
"_id"
:
"python then jupyter"
,
"features"
:
[
{
"id"
:
"python"
},
{
"id"
:
"jupyterlab"
}
],
"image"
:
"mcr.microsoft.com/vscode/devcontainers/base:focal"
}
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment