qutebrowser/scripts/dev
Florian Bruhin 81f522336f Do PYTHONPATH shenanigans in run_pylint_on_tests.
If we do it in tox.ini, there are two drawbacks:

- We have more stuff in PYTHONPATH even if we don't when actually using
  qutebrowser.
- The separator is platform specific, so we can't easily do this in a portable
  way in tox.ini.
2015-12-01 08:07:42 +01:00
..
pylint_checkers pylint: Adjust custom checkers for astroid 1.4. 2015-12-01 07:10:39 +01:00
__init__.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
build_release.py Fix asciidoc2html path in build_release.py. 2015-08-16 21:30:12 +02:00
check_coverage.py Skip check_coverage.py with --lf. 2015-11-13 22:43:12 +01:00
ci_install.py Disable App Nap on OS X on Travis. Fixes #1143. 2015-11-27 17:50:19 +01:00
cleanup.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
freeze_tests.py Also add cherrypy.wsgiserver.wsgiserver3 to freeze 2015-11-20 15:27:17 +01:00
freeze.py Fix lint. 2015-09-19 22:03:56 +02:00
gen_resources.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
get_coredumpctl_traces.py Style fixes. 2015-11-13 22:27:41 +01:00
misc_checks.py Spell-check committing and existent. 2015-10-14 06:56:13 +02:00
quit_segfault_test.sh Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
run_frozen_tests.py Fix catchlog move in run_frozen_tests.py. 2015-11-11 21:13:48 +01:00
run_profile.py scripts: Use runcall in run_profile.py. 2015-07-24 15:01:18 +02:00
run_pylint_on_tests.py Do PYTHONPATH shenanigans in run_pylint_on_tests. 2015-12-01 08:07:42 +01:00
run_vulture.py Adjust vulture whitelist for pylint changes. 2015-12-01 07:48:33 +01:00
segfault_test.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
src2asciidoc.py Switch from map() to list comprehensions. 2015-12-01 07:16:32 +01:00
ua_fetch.py Make pylint shut up about ua_fetch.py. 2015-11-30 07:12:18 +01:00