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: README.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ See english instruction here: https://github.com/devopshq/ExampleProject/blob/ma
15
15
-[Настройка конфигурации в .travis.yml](#Configuration)
16
16
-[Подготовка и настройка репозитория в PyPI](#PyPI)
17
17
-[Публикация новости о релизе в Telegram-канале DevOpsHQ](#News)
18
+
-[Проверка тестового проекта](#Testing)
18
19
19
20
20
21
# Введение <aname="Introduction"></a>
@@ -355,3 +356,60 @@ env:
355
356
@devops_mega_bot [название вашего инструмента]
356
357
357
358
3. После этого можно в канале сообщества опубликовать запись о новой версии и добавить информацию в произвольном виде: что вошло в новую сборку, какие фичи добавлены, какие баги исправлены и т.п.
359
+
360
+
361
+
# Проверка тестового проекта <a name="Testing"></a>
362
+
363
+
Чтобы убедиться, что данный тестовый проект **ExampleProject** работает, попробуйте установить его из PyPI:
Copy file name to clipboardExpand all lines: tests/test_Main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ def init(self):
12
12
print("This is start of test example.")
13
13
14
14
deftest_Main(self):
15
-
assertMain.Main() =="This is Main module for ExampleProject that do nosting.\nRead more about DevOpsHQ Community here: https://github.com/devopshq/ExampleProject"
15
+
assertMain.Main() =="This is Main module for ExampleProject that do nothing.\nRead more about DevOpsHQ Community here: https://github.com/devopshq/ExampleProject"
0 commit comments