You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/videoanalyzer/azure-media-videoanalyzer-edge/docs/DevTips.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ A quick description of the five commands above:
34
34
35
35
### Troubleshooting tox errors
36
36
37
-
- Tox will complain if there are no tests. Add a dummy test in case you need to bypass this
37
+
- Tox will complain if there are no tests. Add an empty test in case you need to bypass this
38
38
- Make sure there is an `__init__.py` file inside of every directory inside of `azure` (Example: `azure/media` should have an __init__.py file)
39
39
- Follow the ReadMe guidelines outlined here: https://review.docs.microsoft.com/help/contribute-ref/contribute-ref-how-to-document-sdk?branch=master#readme. ReadMe titles are case SENSITIVE and use sentence casing.
40
40
- Make sure MANIFEST.in includes all required folders. (Most likely the required folders will be tests, samples, and the generated folder)
0 commit comments