Skip to content

Commit

Permalink
Fix minor doc formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Adakar committed Sep 17, 2023
1 parent 71638cd commit 892e6a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ pip install squape
```

### Content
The package consists of several modules:
- object_tree - seamless object tree navigation and search capabilities
- report - adds features to enhance the reporting capabilities of Squish
- settings - makes using various test settings easier and cleaner
- squishserver - managing squishservers and (un)registering AUTs
- video - adds features to enhance video capture capabilities of Squish
- vps - extension of Squish verification points
The package consists of several modules:
- object_tree - seamless object tree navigation and search capabilities
- report - adds features to enhance the reporting capabilities of Squish
- settings - makes using various test settings easier and cleaner
- squishserver - managing squishservers and (un)registering AUTs
- video - adds features to enhance video capture capabilities of Squish
- vps - extension of Squish verification points

## Contribution
The package is created and maintained by [Cyber Alpaca](https://cyberalpaca.com/)
Expand Down
11 changes: 6 additions & 5 deletions squape/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,12 @@ def enable_loglevel_in_test_module() -> None:
After calling this function, the following 'test' module's functions will support
LOGLEVEL report setting:
- test.debug(...)
- test.log(...)
- test.warning(...)
- test.fail(...)
- test.fatal(...)
- test.debug(...)
- test.log(...)
- test.warning(...)
- test.fail(...)
- test.fatal(...)
Returns:
None
Expand Down
2 changes: 1 addition & 1 deletion squape/vps.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def vph_property(
object_name: any, property_name: str, expected_value: any, msg: str
) -> bool:
""" "Highlights the object then verifies its property.
"""Highlights the object then verifies its property.
The object remains highlighted during verification to make it easier to identify
on potential screenshots.
Expand Down

0 comments on commit 892e6a8

Please sign in to comment.