mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-08 22:36:48 +02:00
doc update
This commit is contained in:
@ -2,6 +2,7 @@ jc changelog
|
|||||||
|
|
||||||
20240422 v1.25.3
|
20240422 v1.25.3
|
||||||
- Add `battery_percentage` field to `bluetoothctl` parser output
|
- Add `battery_percentage` field to `bluetoothctl` parser output
|
||||||
|
- Optimize tests by removing timezone settings
|
||||||
- Documentation updates
|
- Documentation updates
|
||||||
|
|
||||||
20240323 v1.25.2
|
20240323 v1.25.2
|
||||||
|
@ -5,6 +5,8 @@ import jc.parsers.uptime
|
|||||||
|
|
||||||
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
|
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
|
# force github actions testing
|
||||||
|
|
||||||
|
|
||||||
class MyTests(unittest.TestCase):
|
class MyTests(unittest.TestCase):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user