1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

force test

This commit is contained in:
Kelly Brazil
2024-04-28 12:49:27 -07:00
parent 3e57ecf6df
commit a9cfb4b13a
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,8 @@ jc changelog
20240422 v1.25.3
- 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
20240323 v1.25.2

View File

@ -5,8 +5,6 @@ import jc.parsers.uptime
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
# force github actions testing again
class MyTests(unittest.TestCase):