Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 30, 2023
1 parent 78b34ed commit ca2438f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
- Summary:
- Insert something here

## Version: 1.9.45

- Released: 2023-11-29
- Summary:
- Documentation updates
- Remove `ccp_abc.BaseCfgLine()._objects_to_uncfg()`

## Version: 1.9.44

- Released: 2023-11-29
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ network engineering toolbox; others regard it as a form of artwork.
- [passlib](https://github.com/glic3rinu/passlib)
- [toml](https://github.com/uiri/toml)
- [dnspython](https://github.com/rthalley/dnspython)
- [hier_config](https://github.com/netdevops/hier_config)
- [loguru](https://github.com/Delgan/loguru)
- [deprecated](https://github.com/tantale/deprecated)

Expand Down Expand Up @@ -382,11 +383,15 @@ $ pytest -vvs ./test_*py
...
```

### Execute Miss Report
### Execute Test Coverage Line-Miss Report

If you already have have `pytest` and `pytest-cov` installed, run a test line miss report as shown below.

```shell
$ # Install the latest ciscoconfparse
$ # (assuming the latest code is on pypi)
$ pip install -U ciscoconfparse
$ pip install -U pytest-cov
$ cd tests
$ pytest --cov-report=term-missing --cov=ciscoconfparse ./
...
Expand Down

0 comments on commit ca2438f

Please sign in to comment.