-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#5 Added language_container_deployer_cli integration tests
- Loading branch information
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# 📝 Changes | ||
|
||
* [unreleased](unreleased.md) | ||
* [0.1.0](changes_0.1.0.md) | ||
|
||
```{toctree} | ||
--- | ||
hidden: | ||
--- | ||
unreleased | ||
changes_0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# Python Extension Common 0.1.0, released T.B.D. | ||
|
||
## Summary | ||
|
||
Initial commit. | ||
|
||
## Changes | ||
* Added LanguageContainerDeployer class | ||
* Added language_container_deployer_main - the SLC deployment CLI. | ||
* Added unit test for the SLC deployer and its cli. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Unreleased | ||
|
||
## Added | ||
- Integration tests for the LanguageContainerDeployer class | ||
and the cli function - language_container_deployer_main. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters