eastgenomics / trendyQC

Django app for monitoring trends in MultiQC data
MIT License
0 stars 0 forks source link

Unittesting - part 1 #68

Closed Yu-jinKim closed 4 months ago

Yu-jinKim commented 4 months ago

List of tests:

root@9a487de7928c:/app# python trendyqc/manage.py test trend_monitoring.tests
Found 7 test(s).
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
DNAnexus login successful
.......
----------------------------------------------------------------------
Ran 7 tests in 91.128s

OK
Destroying test database for alias 'default'...

This change is Reviewable

pep8speaks commented 4 months ago

Hello @Yu-jinKim! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 7:80: E501 line too long (141 > 79 characters) Line 8:80: E501 line too long (141 > 79 characters)

Line 39:80: E501 line too long (88 > 79 characters) Line 51:80: E501 line too long (82 > 79 characters) Line 62:80: E501 line too long (83 > 79 characters) Line 103:80: E501 line too long (84 > 79 characters) Line 131:39: W291 trailing whitespace Line 147:12: W291 trailing whitespace Line 149:80: E501 line too long (93 > 79 characters) Line 177:80: E501 line too long (93 > 79 characters) Line 201:35: W291 trailing whitespace Line 293:80: E501 line too long (83 > 79 characters) Line 300:80: E501 line too long (101 > 79 characters) Line 329:80: E501 line too long (88 > 79 characters)

Comment last updated at 2024-02-20 09:55:38 UTC