- 23 Nov, 2015 2 commits
-
-
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
Ned Batchelder committed -
David Baumgold committed
-
- 19 Nov, 2015 2 commits
-
-
This is a partial revert from d8fd8ed6
Ben Patterson committed -
Chris Rodriguez committed
-
- 18 Nov, 2015 1 commit
-
-
Usman Khalid committed
-
- 13 Nov, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 09 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 05 Nov, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 03 Nov, 2015 2 commits
-
-
Ned Batchelder committed
-
This includes: * Ability to specify number of processes to run bok-choy tests in * A forked nose commit to get the multiprocess plugin's logging to work * A different plugin (xunitmp) must be used for pulling together xunit results This works by: * Starting the various servers that are needed for the acceptance test environment * Running the tests themselves in multiprocess mode
Ben Patterson committed
-
- 30 Oct, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 29 Oct, 2015 1 commit
-
-
In the event of a pylint failure, we need to cat the log. This will also ensure that the remaining scripts in the job can run.
Ben Patterson committed
-
- 27 Oct, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 08 Oct, 2015 1 commit
-
-
Bill DeRusha committed
-
- 07 Oct, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 30 Sep, 2015 1 commit
-
-
The jenkins-common script is the better place for this particular setup, since that script is doing similar setup steps to prepare the environment for running various tests/subsequent scripts. This also will resolve downstream processes, such as our jenkins AMI builder (for jenkins-worker images).
Ben Patterson committed
-
- 27 Sep, 2015 1 commit
-
-
Ned Batchelder committed
-
- 23 Sep, 2015 1 commit
-
-
Note that because js testing occurs on a different CI job than python unit testing, files will not be clobbered by this change. The python unit testing job also creates the same-named report through the diff_coverage task.
Ben Patterson committed
-
- 21 Sep, 2015 1 commit
-
-
Ned Batchelder committed
-
- 16 Sep, 2015 1 commit
-
-
The latest version is compatible with the new coverage.py.
Ben Patterson committed
-
- 14 Sep, 2015 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 10 Sep, 2015 1 commit
-
-
David Baumgold committed
-
- 03 Sep, 2015 1 commit
-
-
This gets us checking for tests inheriting from other tests. When that happens, tests get run more than once, which is pointless. We have a few dozen new warnings due to this new check. This also disables unused-wildcard-import. That removes a few hundred warnings. Together, this means we can reduce the pylint limit to 5999. :)
Ned Batchelder committed
-
- 31 Aug, 2015 2 commits
-
-
[Also correct some comments.]
Ben Patterson committed -
The platform includes jshint as a development tool, and our builds are enforcing a limit on total number of jshint violations. This commit will enforce no new jshint violations on a per-change basis, much like pylint and pep8 are enforced. So with this change, we'll be enforcing our linting requirements consistently, regardless of type of violations. Also on Jenkins, runs quality task after installing jshint.
Ben Patterson committed
-
- 28 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 27 Aug, 2015 2 commits
-
-
Ned Batchelder committed
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 20 Aug, 2015 1 commit
-
-
There are 80 of these new violations in the tree, so up the lint threshold also.
Ned Batchelder committed
-
- 15 Aug, 2015 1 commit
-
-
Renzo Lucioni committed
-
- 06 Aug, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 05 Aug, 2015 3 commits
-
-
Ben Patterson committed
-
Jesse Zoldak committed
-
Most of these were originally created under TE-465 for aggregating results in Solano. See PR #5672.
Jesse Zoldak committed
-
- 04 Aug, 2015 1 commit
-
-
Bertrand Marron committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 30 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 23 Jul, 2015 1 commit
-
-
This complexity metric is created by using radon (see changed files for additional documentation links). This tool calculates cyclomatic complexity and provides a numeric grade where a lower number is better (e.g., less complex).
Ben Patterson committed
-