Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test on notification management, fix improper message when user upload the notification file #37

Merged
merged 2 commits into from
Aug 22, 2019

Conversation

VertexC
Copy link
Contributor

@VertexC VertexC commented Aug 18, 2019

right now the server will start the thread and send back message as "notification is going to be listed as soon as said dependencies are installed", which is not true. The notification is listed only after user refreshes the page manually.

@pep8speaks
Copy link

pep8speaks commented Aug 18, 2019

Hello @VertexC, Thank you for updating the PR!

Great work! I discovered no PEP8 issues in this Pull Request. 🥇

Comment last updated at 2019-08-19 03:35:11 UTC

@VertexC VertexC force-pushed the notificationTest branch 3 times, most recently from 664faf6 to 1b9be2e Compare August 18, 2019 04:29
@canihavesomecoffee
Copy link
Member

Can you check why the tests fail? I see something with a missing module...

@VertexC
Copy link
Contributor Author

VertexC commented Aug 18, 2019

Mmm, I should have install the python-telegram-bot in install_travis.sh, I'll take a look into this.

@codecov
Copy link

codecov bot commented Aug 19, 2019

Codecov Report

Merging #37 into master will increase coverage by 3.52%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   51.02%   54.55%   +3.52%     
==========================================
  Files          24       24              
  Lines        1799     1800       +1     
==========================================
+ Hits          918      982      +64     
+ Misses        881      818      -63
Impacted Files Coverage Δ
mod_config/controllers.py 60.83% <ø> (+15.03%) ⬆️
mod_config/forms.py 90.9% <100%> (+10.64%) ⬆️
mod_config/models.py 81.42% <0%> (+4.28%) ⬆️
pipot/notifications/INotification.py 68% <0%> (+8%) ⬆️
pipot/notifications/NotificationLoader.py 40% <0%> (+15.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86f8e51...4b32904. Read the comment docs.

@canihavesomecoffee canihavesomecoffee merged commit 4a10e24 into PiPot:master Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants