https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2844c3745a2e52eebd3620ea0a4ab9991ce17d5c authored by James Graham on 15 April 2018, 09:22:37 UTC
Fix prefs getter call in wptrunner Firefox executor
Tip revision: 2844c37
.coveragerc
[run]
branch = True
parallel = True
omit =
  html5lib/*
  py/*
  pytest/*
  pywebsocket/*
  six/*
  webdriver/*
  wptserve/*
  */site-packages/*
  */lib_pypy/*

[paths]
html5lib =
  html5lib/html5lib
  .tox/**/site-packages/html5lib

pytest =
  pytest/_pytest
  .tox/**/site-packages/_pytest

py =
  py/py
  .tox/**/site-packages/py
back to top