tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.coveragerc (198B)


      1 # .coveragerc to control coverage.py
      2 
      3 [report]
      4 # Regexes for lines to exclude from consideration
      5 exclude_lines =
      6     # Don't complain if non-runnable code isn't run:
      7     if __name__ == .__main__.:
      8