Fixes the errors with use of asyncio in docrepr/tests/test_output.py: > await compare_screenshots(test_id, url) E TypeError: 'coroutine' object is not callable --- a/conftest.py +++ b/conftest.py @@ -65,7 +65,7 @@ def _open_browser(url): @pytest.fixture -async def compare_screenshots(request): +def compare_screenshots(request): """Run visual regression test on the output.""" async def _compare_screenshots(test_id, url): if (request.config.getoption(COMPARE_SCREENSHOTS_OPTION) or guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/nfs.scm
AgeCommit message (Expand)Author
2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice
2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....Andy Wingo
2017-07-20tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès
2017-05-16bootloader: Add extlinux support....Mathieu Othacehe
2016-12-15gnu: Add system test for the rpcbind-daemon service....John Darrington