-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Smoke test for Python #6412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Smoke test for Python #6412
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
10f4e09
Smoke Test Sample for Track 2 libraries
JonathanCrd d6e763c
simpleQuery method added
JonathanCrd 45e9699
Method's names updated
JonathanCrd 1b5ef9a
Create README.md
JonathanCrd aee43e1
Update README.md
JonathanCrd 97e4f60
Commented lines deleted
JonathanCrd c587a82
README.md moved to correct folder
JonathanCrd 7909abd
Create requirements.txt
JonathanCrd 1d393e6
Update README.md
JonathanCrd 81d389e
Update README.md
JonathanCrd ab8fa9d
Imports changed
JonathanCrd e7f7346
Use of literals instead of append
JonathanCrd 7066da0
Database Name variable to class level.
JonathanCrd 81adc4c
Use of Pythonic with statements
JonathanCrd 4b79c6a
Update requirements.txt
JonathanCrd a3df531
Revert "Update requirements.txt"
JonathanCrd 27b2a2d
Revert "Use of Pythonic with statements"
JonathanCrd 4c2d73d
Revert "Revert "Use of Pythonic with statements""
JonathanCrd 15e025e
requiriments.txt encoded as a txt file
JonathanCrd 3d9ce90
requirements.txt as text file
JonathanCrd 22927ad
Misspelling in "Key concepts"
JonathanCrd 17a53cb
Update .docsettings.yml to match the tittle of Smoke Test
JonathanCrd 35c6223
Went trought Suyog comments
JonathanCrd ada5a74
Revert "Went trought Suyog comments"
JonathanCrd ff419ff
Gone trought Suyog comments
JonathanCrd e2190c9
use of snake case in file names
JonathanCrd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Went trought Suyog comments"
This reverts commit 35c6223.
- Loading branch information
commit ada5a74b80531d2399872b175001383fcd14050b
There are no files selected for viewing
This file contains hidden or 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,6 +1,5 @@ | ||
| { | ||
| "git.ignoreLimitWarning": true, | ||
| "python.testing.pytestArgs": [], | ||
| "python.testing.pytestEnabled": true, | ||
| "python.formatting.provider": "black" | ||
| "python.unitTest.pyTestArgs": [], | ||
| "python.unitTest.pyTestEnabled": true | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -10,4 +10,4 @@ | |
| KeyVault().Run() | ||
| StorageBlob().Run() | ||
| EventHub().Run() | ||
| CosmosDB().Run() | ||
| CosmosDB().Run() | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.