Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 1.14 KB

Minor fixes in the description of tasks 12.1, 20.1, 23.2 and test 18.1a (January 10 2022)

Small change in test 18.1a to account for exception text in different versions of netmiko If you are already solving tasks, you can clone the tasks repository locally and then manually copy the updated dirs (files) to your repo.

You can see the changes in this commit

Updated tasks and tests. (July 13 2021)

Changes in tests and tasks:

  • All tests have been changed so that to the left of == assert is the correct version of the output, and to the right is the output from the task. Thus, pytest-clarity shows in green the correct option, in red what is received from the task
  • Updated pyneng utility and pytest.ini config files - removed pytest option due to pytest-clarity update
  • updated tasks, most of them small changes, clarification of the wording
  • removed task: 15.2a
  • Updated pyneng_common_functions.py file in exercises directory

More about the changes