mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
force test
This commit is contained in:
@ -2,7 +2,8 @@ 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
|
- Fix `top` parsers to quiet uptime info parsing
|
||||||
|
- Optimize some tests by removing timezone settings and using quiet=True
|
||||||
- Documentation updates
|
- Documentation updates
|
||||||
|
|
||||||
20240323 v1.25.2
|
20240323 v1.25.2
|
||||||
|
@ -5,8 +5,6 @@ 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 again
|
|
||||||
|
|
||||||
|
|
||||||
class MyTests(unittest.TestCase):
|
class MyTests(unittest.TestCase):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user