Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-25 | Tests: Fix race condition in test_wait_for_property_concurrencymain | jaseg | 1 | -3/+3 | |
2024-07-16 | Add test for dict-valued properties | jaseg | 1 | -0/+5 | |
2024-06-21 | Fix race condition in property observer code leading to ↵ | jaseg | 1 | -1/+21 | |
futures.InvalidStateError Previously, prepare_and_wait_for_property was slightly confused on the lifetime of that future. This closes #282 | |||||
2024-01-29 | Update CI pipeline (#271) | Elias Müller | 1 | -1/+0 | |
* Trigger on pull request * run on ubuntu-latest * run on 3.11 + 3.12 also * upgrade actions * upgrade libmpv * use libmpv-v3 on Windows * disable fail-fast behavior * replace pytest with unittest Using pytest, we run into access violation errors on Windows. They disappear when we use the unittest module. | |||||
2024-01-22 | mpv.py: Add play_bytes convenience function | jaseg | 1 | -0/+18 | |
2024-01-22 | mpv.py: Add play_context convenience function | jaseg | 1 | -0/+20 | |
2023-06-03 | Replace xvfbwrapper with PyVirtualDisplay | Michał Górny | 2 | -17/+17 | |
Fixes #249 | |||||
2023-02-26 | Add tests and fix error handling for stream callbacks | jaseg | 1 | -0/+109 | |
2022-07-11 | tests: Add strategic sleeps to reduce likelihood of race condition during ↵ | jaseg | 1 | -1/+6 | |
test teardown | |||||
2022-07-11 | Skip unreliable test in CI | Elias Müller | 1 | -18/+20 | |
2022-07-11 | Remove starter | Elias Müller | 1 | -4/+0 | |
Run: - python -m unittest or - python -m pytest | |||||
2022-07-11 | Remove unused variables | Elias Müller | 1 | -3/+0 | |
2022-07-11 | Use two blank lines between classes and functions | Elias Müller | 1 | -1/+6 | |
2022-07-11 | Comment error prone test | Elias Müller | 1 | -21/+18 | |
2022-07-11 | Add requirements file | Elias Müller | 1 | -0/+2 | |
2022-07-11 | Remove unused imports | Elias Müller | 1 | -7/+0 | |
2022-06-17 | Fix typo in function name | Louis-Philippe Véronneau | 1 | -1/+1 | |
2022-04-24 | Add event queue overflow handling | jaseg | 1 | -0/+22 | |
2022-04-22 | Finish rewriting event infrastructure | jaseg | 1 | -16/+22 | |
2022-04-22 | Continue reworking event infrastrucutre. | jaseg | 1 | -8/+8 | |
Note: We do not decode property values by default anymore. | |||||
2022-04-22 | Use mock.Mock to mock Xvfbwrapper on Windows | jaseg | 1 | -4/+1 | |
2022-04-22 | Windows test workaround | DepFA | 1 | -11/+23 | |
Add dummy Xvfb implementation, parameterise vo and use gpu renderer for windows tests | |||||
2022-04-18 | Update copyright headers | jaseg | 1 | -0/+14 | |
2022-04-17 | tests: Suppress video output on wayland systems | jaseg | 1 | -9/+9 | |
2022-04-17 | Add future-based async command API | jaseg | 1 | -0/+18 | |
2022-04-17 | tests: Fix flaky sub_add test | jaseg | 1 | -0/+1 | |
2022-04-17 | tests: Add wait_for_shutdown unit test | jaseg | 1 | -1/+12 | |
2022-04-17 | tests: Switch to pytest, remove devnull hack | jaseg | 1 | -54/+18 | |
2022-03-26 | Add timeouts and error forwarding to wait_for_{property,event} conditions | jaseg | 1 | -0/+25 | |
2022-03-26 | Fix segmentation fault in unit tests on wayland | jaseg | 1 | -0/+3 | |
2021-10-14 | test_property_observer_decorator: bump sleep to 0.1s | Paride Legovini | 1 | -1/+1 | |
Fixes flaky test with mpv 0.33.1 on ppc64el. Closes #178. | |||||
2020-07-21 | tests: Make test srt path relative to test script | jaseg | 1 | -2/+3 | |
2020-07-21 | Make tests run when called through setup.py from root dir | jaseg | 1 | -2/+2 | |
2020-07-21 | Move test files into a 'tests' dir | Louis-Philippe Véronneau | 4 | -0/+761 | |