Commit Graph

43 Commits

Author SHA1 Message Date
Philipp Hörist 31417ffbc7 Use virtualenv for CI tests 2018-12-05 21:41:44 +01:00
André Apitzsch dd0b7260b4 CI: Make test verbose 2018-11-17 11:25:24 +01:00
André Apitzsch 989926a680 Restructure test 2018-11-11 16:50:59 +01:00
Daniel Brötzmann 3dcd6323d2 Update feature list in appdata.xml 2018-10-25 11:59:41 +02:00
Marcin Mielniczuk 237abf742b Pylint CI improvements
* Move the pylint CI configuration to a separate script
* Update pylint in CI to 2.1.1
* Add pycurl to pylint whitelist
2018-10-03 07:58:54 +02:00
Philipp Hörist 011d14e44b Add python3-cairo to CI 2018-09-22 00:05:27 +02:00
Philipp Hörist 0f730d1958 Update CI
- Run mypy on the full gajim folder
2018-09-21 23:56:56 +02:00
Philipp Hörist 7fcd85f026 Update pylint error list
- Check for W0631 undefined-loop-variable
- Check for W0640 cell-var-from-loop
- Check for W1401 anomalous-backslash-in-string
- Check for W1505 deprecated-method
2018-09-18 18:53:13 +02:00
Philipp Hörist 803ff3de45 Update pylint error list
- Check for W0109 duplicate-key
- Check for W0123 eval-used
- Check for W0143 comparison-with-callable
2018-09-18 17:21:53 +02:00
Philipp Hörist 457faf3806 Update pylint error list
- Check for W0104 pointless-statement
- Check for W0105 pointless-string-statement
- Check for W0108 unnecessary-lambda
2018-09-18 16:46:20 +02:00
Philipp Hörist c2828231bd Update pylint error list
- Check for E0601 used-before-assignment
- Check for E0704 misplaced-bare-raise
- Check for W0101 unreachable
2018-09-18 16:32:31 +02:00
Philipp Hörist 8fad65ccbf Update pylint error list
- Check for C0113 unneeded-not
- Check for C0123 unidiomatic-typecheck
- Check for C0203 bad-mcs-method-argument
- Check for C0200 consider-using-enumerate
- Check for C0305 trailing-newlines
- Check for E0213 no-self-argument
2018-09-18 15:57:34 +02:00
Philipp Hörist 251dbae5d6 Update pylint error list
Specify from now on the errors that are disabled instead of enabled,
because we have now more checks enabled than disabled
2018-09-18 14:46:35 +02:00
Philipp Hörist 2512c2b484 Update pylint error list
- Check for R1714 consider-using-in
- Check for W0107 unnecessary-pass
- Check for W0235 useless-super-delegation
2018-09-18 14:14:26 +02:00
Philipp Hörist 376fff7871 Update pylint error list
- Check for W0622 redefined-builtin
- Check for C0303 trailing-whitespace
- Check for C0326 bad-whitespace
2018-09-18 14:00:50 +02:00
Philipp Hörist 2acfcfd9f9 Update pylint error list
- Check for C0121 singleton-comparison
- Check for C0321 multiple-statements
2018-09-18 10:33:31 +02:00
Philipp Hörist 66c8c26bbc Update pylint error list
- Check for R1704 redefined-argument-from-local
- Check for R1705 no-else-return
2018-09-18 10:18:12 +02:00
Philipp Hörist 206b87d7b7 Update pylint error list
Check for R1707 trailing-comma-tuple
2018-09-17 23:42:23 +02:00
Philipp Hörist 67bb5a57c3 Update pylint error list
- Check for R0123 literal-comparison
- Check for R1703 simplifiable-if-statement
2018-09-17 23:26:52 +02:00
Philipp Hörist 55febc4963 Update pylint error list
Check for C0201 consider-iterating-dictionary
2018-09-17 22:35:39 +02:00
Philipp Hörist 71feb0b2d2 Update pylint error list
Check for W0612 unused-variable
2018-09-17 21:16:24 +02:00
Philipp Hörist c6e2335bf0 Update pylint error list
Check for W1202 logging-format-interpolation
2018-09-17 19:15:51 +02:00
Philipp Hörist 7bdad5f4e2 Update pylint error list
Check for W1201 logging-not-lazy
2018-09-17 18:57:52 +02:00
Philipp Hörist 9bab139bb5 Update pylint error list
Check for W0702 bare-except
2018-09-16 23:46:16 +02:00
Philipp Hörist f6144bff30 Update pylint error list
Check for W0621 redefined-outer-name
2018-09-16 18:04:21 +02:00
Philipp Hörist adc94bdcc6 Update pylint error list
Check for C0325 superfluous-parens
2018-09-16 14:44:09 +02:00
Philipp Hörist 1462f89229 Update pylint error list
Check for R0205 useless-object-inheritance
2018-09-16 11:57:36 +02:00
Philipp Hörist 9e51ed8c7f Update pylint error list
Check for W0611 unused-import
2018-09-16 11:38:50 +02:00
Philipp Hörist 8d9fe9e2e1 Update pylint error list
Check for C1801 len-as-condition
2018-09-16 01:12:10 +02:00
Yann Leboulanger 6b221e7059 fix running pylint 2018-09-12 08:42:23 +02:00
Philipp Hörist c9455de4bd Add mypy test to CI 2018-09-11 22:46:57 +02:00
Yann Leboulanger 2a2217b80e also check for W0102 warning (when mutable value is used as default
argument)
2017-12-03 15:44:59 +01:00
André Apitzsch 5819f7e439 setup.py: move plugins directory to data directory 2017-09-22 21:48:18 +02:00
André Apitzsch 9950228dca setup.py: add test and test_nogui 2017-09-22 19:12:26 +02:00
André Apitzsch 343811c2f6 Cover plugins in setup.py 2017-09-22 19:12:26 +02:00
André Apitzsch 996607d656 CI: Update package script 2017-09-22 19:12:26 +02:00
André Apitzsch f1b009dc0c Fix CI test execution 2017-09-22 19:12:26 +02:00
Yann Leboulanger 915ad1524d add pylint run to CI 2017-08-27 21:43:28 +02:00
Yann Leboulanger d11b40ca39 fix ci script 2017-08-19 23:13:47 +02:00
Yann Leboulanger fc4bc7eabb run tests with pyopenssl 2017-08-09 22:28:43 +02:00
Yann Leboulanger c66669ccf3 clean download folder 2017-08-09 22:21:48 +02:00
Yann Leboulanger 44a29e7a50 make tests run without gui 2017-08-09 22:09:01 +02:00
Yann Leboulanger 9ec14d35cb add .gitlab-ci.yml 2017-08-09 22:04:47 +02:00