stxnext-csr / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
14 stars 24 forks source link

#462 #516

Closed mpuhacz closed 8 years ago

mpuhacz commented 8 years ago

Story / Bug id: https://github.com/stxnext-csr/volontulo/issues/462 Reference person: @mpuhacz Description:

Unit Tests:

magul commented 8 years ago
$ pep8 --exclude='apps/volontulo/migrations/*,node_modules,.ropeproject' .
./apps/volontulo/admin.py:15:1: W391 blank line at end of file
./apps/volontulo/tests/views/test_offers.py:224:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:233:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:242:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:251:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:334:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:343:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:352:80: E501 line too long (86 > 79 characters)
./apps/volontulo/tests/views/test_offers.py:361:80: E501 line too long (86 > 79 characters)
./apps/volontulo/views/offers.py:18:80: E501 line too long (80 > 79 characters)
./apps/volontulo/views/offers.py:304:80: E501 line too long (89 > 79 characters)
./apps/volontulo/views/offers.py:323:80: E501 line too long (89 > 79 characters)
./apps/volontulo/views/offers.py:332:1: E303 too many blank lines (3)
magul commented 8 years ago
$ pylint --load-plugins pylint_django --min-similarity-lines=10 apps
Messages
--------
+-----------------+------------+
|message id       |occurrences |
+=================+============+
|locally-disabled |116         |
+-----------------+------------+
|invalid-name     |6           |
+-----------------+------------+
|no-member        |4           |
+-----------------+------------+
|unused-import    |1           |
+-----------------+------------+
magul commented 8 years ago

Rest is available in travis console.

codecov-io commented 8 years ago

Current coverage is 90.96%

Merging #516 into master will increase coverage by +0.19% as of 868dde4

@@            master    #516   diff @@
======================================
  Files           41      41       
  Stmts         1875    1948    +73
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit           1702    1772    +70
  Partial          0       0       
- Missed         173     176     +3

Review entire Coverage Diff as of 868dde4

Powered by Codecov. Updated on successful CI builds.