Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-07 | Registering "regular" and "hwrequired" test markers, adding them to tests | 14 | -27/+270 | ||
Enabling custom pytest --lava option for LAVA CI integration Enabling tox for CI bluetooth::default_adapter should support setting a default one according to documentation in README.md | |||||
2020-07-23 | removing unused pytest-reverse | 2 | -2/+1 | ||
2020-07-23 | Fixed catching wrong TimeoutError exception thrown by the task in ↵ | 1 | -1/+1 | ||
test_location_events | |||||
2020-07-23 | changes to README.md | 1 | -1/+12 | ||
2020-07-17 | fix xfail message for bluetooth fixture | 4 | -7/+15 | ||
fix test_entry_phonebook to xfail instead fail when no records are returned but query is successful replace 'is not' with != | |||||
2020-07-14 | When using asyncio.timeout on a response() task it will return None | 1 | -3/+9 | ||
If not caught when that happens, it will raise TypeErrors and random unawaited coros/tasks | |||||
2020-07-13 | converting test_subscribe_location into task and waiting for it more ↵ | 2 | -4/+8 | ||
intelligently | |||||
2020-07-13 | when pytests are run on Python 3.8 the test gathering and execution order is ↵ | 2 | -1/+2 | ||
reversed and may break tests which require state to be carried over adding pytest-reverse to requirements/setup.py to be readily available if needed | |||||
2020-07-13 | catching immediate emit from geoclue subscription, otherwise breaks ↵ | 2 | -4/+7 | ||
unsubscribe test below commenting out homescreen tap test because the api currently does not respond to it | |||||
2020-07-13 | weather tests adding dependencies | 1 | -1/+2 | ||
2020-07-13 | temporarily removing the raw send arguments with --json --verb --api | 7 | -9/+92 | ||
removing unnecesary import in test_weather adding README.md fixing requirements and setup.py to include pytest-dependency instead -depends | |||||
2020-07-13 | replacing 'is' with '==' comparison causing warnings | 1 | -1/+1 | ||
2020-07-13 | WIP: Adding taskmanager and homescreen service and tests | 23 | -65/+497 | ||
PEP8 cleanups, newlines replacing AFBResponse with service.afbresponse() Adding BT-PBAP CLI callables Adding bluetooth subscription tests | |||||
2020-06-25 | Adding network bindings and tests | 7 | -3/+220 | ||
2020-06-24 | Adding bluetooth pbap service and tests | 6 | -3/+231 | ||
2020-06-24 | Adding bluetooth_map | 3 | -0/+152 | ||
2020-06-24 | adding touches to base class, causes to crash when error response is ↵ | 1 | -15/+8 | ||
received without info | |||||
2020-06-24 | Adding AudioMixer service and tests | 5 | -176/+76 | ||
2020-06-18 | Adding empty init files | 3 | -0/+0 | ||
2020-06-18 | Rearranging files for distribution, setup.py modifications | 22 | -66/+298 | ||
2020-06-12 | Adding cookiecutter, preparing for setuptools, new services | 21 | -56/+145 | ||
2020-06-09 | Adding argparser to bluetooth | 4 | -17/+93 | ||
2020-06-09 | Adding nfc.py | 2 | -0/+42 | ||
Adding argparser to bluetooth | |||||
2020-06-09 | Completed audiomixer api | 5 | -4/+100 | ||
2020-06-09 | updating gps tests | 1 | -10/+32 | ||
2020-06-09 | Working base class, hopefully final reworks for the services | 6 | -92/+234 | ||
2020-06-09 | changed subscription arguments to lists; adding AFBResponse class for ↵ | 1 | -5/+40 | ||
handling websocket data; added working rng to request function | |||||
2020-06-09 | touching regex matcher for sockets to stop giving warnings | 1 | -4/+4 | ||
2020-06-09 | working first test with asyncio for gps and weather.py imports cleanup | 3 | -7/+8 | ||
2020-06-09 | turned weather into oneliner | 2 | -35/+16 | ||
2020-06-09 | removing waitresponse, will be using *Service.response() to get a packet. ↵ | 6 | -88/+100 | ||
trying to figure out async generator as a service listener. WIP | |||||
2020-05-08 | Adding requirements, work in progress to integrate this thing with pytest | 5 | -18/+73 | ||
2020-04-28 | Cleaned up gps | 1 | -20/+22 | ||
2020-04-28 | Cleaned up geoclue | 1 | -17/+14 | ||
2020-04-28 | Refactored bluetooth | 2 | -80/+75 | ||
2020-04-15 | Cleaning up services' classes | 5 | -163/+95 | ||
2020-04-03 | moving implementation to base calss | 2 | -14/+53 | ||
2020-04-02 | working implementation of finding out a socket and port | 1 | -25/+47 | ||
2020-04-01 | figuring out listening port for agl service | 3 | -32/+74 | ||
2020-03-12 | fixing mediaplayer | 2 | -99/+16 | ||
2020-03-12 | fixed wrong argument in websocket - sending string instead int in json for ↵ | 5 | -80/+85 | ||
aglbaseservice | |||||
2020-03-09 | Began work for bluetooth binding | 5 | -14/+75 | ||
2020-03-09 | Writing abstract class, adding geoclue | 2 | -11/+70 | ||
2020-03-09 | Initial commit for python testing tools | 5 | -0/+388 | ||