Revision 81a0bf97e2012c369f800f26e2e3d3651cde7a35 authored by Matthias J. Kannwischer on 29 July 2021, 07:22:18 UTC, committed by Matthias J. Kannwischer on 02 August 2021, 03:06:46 UTC
1 parent 819f906
test_workflows.py
from pathlib import Path
import helpers
@helpers.skip_windows()
def test_workflows_up_to_date():
scriptdir = str(Path("..") / ".github" / "workflows")
helpers.run_subprocess(["python3", "generate_workflows.py", "test"],
working_dir=scriptdir)
if __name__ == "__main__":
import pytest
import sys
pytest.main(sys.argv)

Computing file changes ...