Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skllfi/backend_test_homework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yandex-praktikum/backend_test_homework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 28, 2023

  1. Update README.md

    yandex-praktikum authored Dec 28, 2023
    Copy the full SHA
    40b7085 View commit details
  2. Copy the full SHA
    c0e9f66 View commit details
Showing with 4 additions and 2 deletions.
  1. +3 −1 README.md
  2. +1 −1 test_program.py
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# backend_test_homework
# backend_test_homework

Тестовый репозиторий
2 changes: 1 addition & 1 deletion test_program.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

def test_program():
for filename in files_list:
assert filename in dir_files, f'Файл `{filename}` не найден в корне репозитория'
assert filename in dir_files, f'Файл `{filename}` не найден.'

try:
import program