Age | Commit message (Expand) | Author | Files | Lines |
2020-10-01 | Fix CAN test data installation |  Scott Murray | 1 | -1/+2 |
2020-09-30 | Skip signal composer tests by default |  Scott Murray | 2 | -3/+13 |
2020-09-30 | CAN test rework to improve robustness |  Scott Murray | 14 | -106/+1471 |
2020-09-30 | Remove "regular" test marking |  Scott Murray | 15 | -108/+13 |
2020-09-23 | Add CANService tests |  Edi Feschiyan | 4 | -9/+491 |
2020-09-23 | Add timeout ability to AGLBaseService.listener() |  Edi Feschiyan | 1 | -6/+17 |
2020-09-17 | Fix signalcomposer test |  Edi Feschiyan | 1 | -1/+15 |
2020-09-17 | Override un/subscribe methods in CANService |  Edi Feschiyan | 1 | -0/+5 |
2020-09-17 | Fix AGLBaseService.afbresponse() for EVENT data |  Edi Feschiyan | 1 | -1/+1 |
2020-09-16 | Update tox.ini and requirements.txt |  Edi Feschiyan | 2 | -2/+3 |
2020-09-10 | Remove hwrequired marking of audiomixer testsjellyfish_9.99.4jellyfish/9.99.49.99.4 |  Scott Murray | 1 | -6/+0 |
2020-09-10 | Improve LAVA output |  Scott Murray | 2 | -14/+110 |
2020-09-02 | Add .gitreview |  Scott Murray | 1 | -0/+5 |
2020-09-02 | Merge branch 'smurray/fixes' into 'master' |  Edi Feschiyan | 13 | -22/+29 |
2020-09-01 | Add timeout for binding responses |  Scott Murray | 2 | -1/+8 |
2020-09-01 | audiomixer and mediascanner bindings do not need to be started |  Scott Murray | 4 | -5/+6 |
2020-09-01 | Rework per-binding test marking |  Scott Murray | 6 | -9/+10 |
2020-09-01 | Assume network connectivity |  Scott Murray | 2 | -7/+5 |
2020-09-01 | Adding author to license heading in files |  Edi Feschiyan | 33 | -30/+103 |
2020-08-31 | adding an option during service init to run the service it is missing |  Edi Feschiyan | 5 | -88/+104 |
2020-08-31 | mediascanner service is not running in the system on boot, so adding runafmse... |  Edi Feschiyan | 3 | -20/+78 |
2020-08-31 | Merge branch 'master' of gitlab.com:konsulko/internal/pyagl into master |  Edi Feschiyan | 32 | -30/+552 |
2020-08-31 | Adding can-low basic verb tests and cli invocations |  Edi Feschiyan | 12 | -116/+116 |
2020-08-29 | Merge branch 'smurray/fixes' into 'master' |  Edi Feschiyan | 32 | -30/+546 |
2020-08-28 | Rename AGL_AVAILABLE_TECHS |  Scott Murray | 2 | -19/+31 |
2020-08-28 | Mark some more tests as hwrequired |  Scott Murray | 2 | -7/+7 |
2020-08-28 | Add license file and copyrights |  Scott Murray | 31 | -4/+508 |
2020-08-19 | test_signal_composer.py - adding tests for |  Edi Feschiyan | 2 | -3/+51 |
2020-08-17 | bluetooth.py and test_bluetooth.py - adding missing avrcp_controls support an... |  Edi Feschiyan | 12 | -17/+229 |
2020-08-07 | Changing portfinder method to run locally without ssh |  Edi Feschiyan | 1 | -35/+64 |
2020-08-07 | Adding changes to setup.py to include ini files from MANIFEST.in |  Edi Feschiyan | 2 | -1/+7 |
2020-08-07 | moving conftest to pyagl subdir and creating a manifest |  Edi Feschiyan | 2 | -0/+1 |
2020-08-07 | moving conftest conftest under a package |  Edi Feschiyan | 1 | -0/+0 |
2020-08-07 | updating .gitignore for tox |  Edi Feschiyan | 1 | -0/+4 |
2020-08-07 | Registering "regular" and "hwrequired" test markers, adding them to tests |  Edi Feschiyan | 14 | -27/+270 |
2020-07-23 | removing unused pytest-reverse |  Edi Feschiyan | 2 | -2/+1 |
2020-07-23 | Fixed catching wrong TimeoutError exception thrown by the task in test_locati... |  Edi Feschiyan | 1 | -1/+1 |
2020-07-23 | changes to README.md |  Edi Feschiyan | 1 | -1/+12 |
2020-07-17 | fix xfail message for bluetooth fixture |  Edi Feschiyan | 4 | -7/+15 |
2020-07-14 | When using asyncio.timeout on a response() task it will return None |  Edi Feschiyan | 1 | -3/+9 |
2020-07-13 | converting test_subscribe_location into task and waiting for it more intellig... |  Edi Feschiyan | 2 | -4/+8 |
2020-07-13 | when pytests are run on Python 3.8 the test gathering and execution order is ... |  Edi Feschiyan | 2 | -1/+2 |
2020-07-13 | catching immediate emit from geoclue subscription, otherwise breaks unsubscri... |  Edi Feschiyan | 2 | -4/+7 |
2020-07-13 | weather tests adding dependencies |  Edi Feschiyan | 1 | -1/+2 |
2020-07-13 | temporarily removing the raw send arguments with --json --verb --api |  Edi Feschiyan | 7 | -9/+92 |
2020-07-13 | replacing 'is' with '==' comparison causing warnings |  Edi Feschiyan | 1 | -1/+1 |
2020-07-13 | WIP: Adding taskmanager and homescreen service and tests |  Edi Feschiyan | 23 | -65/+497 |
2020-06-25 | Adding network bindings and tests |  Edi Feschiyan | 7 | -3/+220 |
2020-06-24 | Adding bluetooth pbap service and tests |  Edi Feschiyan | 6 | -3/+231 |
2020-06-24 | Adding bluetooth_map |  Edi Feschiyan | 3 | -0/+152 |