summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Update CI pipeline (#271)Elias Müller1-1/+0
2024-01-22mpv.py: Add play_bytes convenience functionjaseg1-0/+18
2024-01-22mpv.py: Add play_context convenience functionjaseg1-0/+20
2023-06-03Replace xvfbwrapper with PyVirtualDisplayMichał Górny2-17/+17
2023-02-26Add tests and fix error handling for stream callbacksjaseg1-0/+109
2022-07-11tests: Add strategic sleeps to reduce likelihood of race condition during tes...jaseg1-1/+6
2022-07-11Skip unreliable test in CIElias Müller1-18/+20
2022-07-11Remove starterElias Müller1-4/+0
2022-07-11Remove unused variablesElias Müller1-3/+0
2022-07-11Use two blank lines between classes and functionsElias Müller1-1/+6
2022-07-11Comment error prone testElias Müller1-21/+18
2022-07-11Add requirements fileElias Müller1-0/+2
2022-07-11Remove unused importsElias Müller1-7/+0
2022-06-17Fix typo in function nameLouis-Philippe Véronneau1-1/+1
2022-04-24Add event queue overflow handlingjaseg1-0/+22
2022-04-22Finish rewriting event infrastructurejaseg1-16/+22
2022-04-22Continue reworking event infrastrucutre.jaseg1-8/+8
2022-04-22Use mock.Mock to mock Xvfbwrapper on Windowsjaseg1-4/+1
2022-04-22Windows test workaroundDepFA1-11/+23
2022-04-18Update copyright headersjaseg1-0/+14
2022-04-17tests: Suppress video output on wayland systemsjaseg1-9/+9
2022-04-17Add future-based async command APIjaseg1-0/+18
2022-04-17tests: Fix flaky sub_add testjaseg1-0/+1
2022-04-17tests: Add wait_for_shutdown unit testjaseg1-1/+12
2022-04-17tests: Switch to pytest, remove devnull hackjaseg1-54/+18
2022-03-26Add timeouts and error forwarding to wait_for_{property,event} conditionsjaseg1-0/+25
2022-03-26Fix segmentation fault in unit tests on waylandjaseg1-0/+3
2021-10-14test_property_observer_decorator: bump sleep to 0.1sParide Legovini1-1/+1
2020-07-21tests: Make test srt path relative to test scriptjaseg1-2/+3
2020-07-21Make tests run when called through setup.py from root dirjaseg1-2/+2
2020-07-21Move test files into a 'tests' dirLouis-Philippe Véronneau4-0/+761