Skip to content

Releases: natenka/pyneng-examples-exercises-en

2022.01 Minor fixes in the description of tasks 12.1, 20.1, 23.2 and test 18.1a

10 Jan 19:07
Compare
Choose a tag to compare
  • Clarified the wording of tasks 12.1, 20.1, 23.2
  • 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

2021.07 Updated tasks and tests

13 Jul 13:13
Compare
Choose a tag to compare
  • 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.
    Now, 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 (test): 15.2a
  • Updated pyneng_common_functions.py file in exercises directory

More about the changes