aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
Commit message (Collapse)AuthorAge
* Ignore flake8's 'W504 line break after binary operator'Guido Günther2018-10-15
| | | | | | | | | | | | | | With flake8's other warnings this doesn't make much sense since indentation accoding to https://hg.python.org/peps/rev/3857909d7956 does not work. It triggers - 'W503 line break before binary operator' - 'E129 visually indented line with same indent as next logical line' If one want to align the operators one hits - 'E127 continuation line over-indented for visual indent' So let's leave things as is for the moment.
* Makefile: Run tests verbosely by defaultGuido Günther2018-03-01
| | | | so we see which test fails / is skipped right away
* Use pydoctor to generate apidocsGuido Günther2017-08-02
|
* Use flake8 clean version of rpm test dataGuido Günther2017-01-04
|
* tests/component/rpm: flake8 cleanGuido Günther2017-01-03
|
* gbp/rpm: flake8 cleanGuido Günther2016-12-07
|
* tests/*rpm*: flake8 cleanGuido Günther2016-12-07
|
* rpm_ch: flake8 cleanGuido Günther2016-12-07
|
* buildpackage_rpm: flake8 cleanGuido Günther2016-12-07
|
* pq_rpm: flake8 cleanGuido Günther2016-12-07
|
* flake8: Don't skip all rpm toolsGuido Günther2016-12-05
|
* flake8: Ignore rpm related files for nowGuido Günther2016-09-12
| | | | This makes it easier to integrate changes from git-buildpackage-rpm.
* flake8: ignore "E265: block comment should start with '# '"Guido Günther2016-09-12
| | | | since epydocs section markers use #{ and #}
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* Ignore long lines with pep8Guido Günther2015-03-27
| | | | | We want to get there eventually but having this on now is just too much noise.
* Turn off coverage output by defaultGuido Günther2015-03-27
| | | | It's much simpler to spot the cause of test failures this way.
* Remove cover-min-percentageGuido Günther2014-02-23
| | | | | It makes running single tests harder than necessary since it requires the percentage also when using "nose <testname>".
* Run nosetest on executables tooGuido Günther2013-12-20
| | | | They're all well behaved and this allows us to use doctests in them
* Disable html coverage generationGuido Günther2013-11-06
| | | | until python-nose is fixed.
* Make sure we keep our test coverageGuido Günther2013-06-30
|
* Generate coverage xmlGuido Günther2013-04-06
| | | | | for cobertura style coverage information that can be picked up by e.g. Jenkins
* Output test results in xunit format tooGuido Günther2012-11-24
|
* Include missing doctests in generated API docsGuido Günther2012-02-09
|
* Write coverage information as htmlGuido Günther2011-12-29
|
* Configure epydoc via setup.cfgGuido Günther2011-11-06
|
* Use setuptools to run the testsGuido Günther2011-11-06