-
Notifications
You must be signed in to change notification settings - Fork 194
fix(backend): profile tests #1553
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
base: master
Are you sure you want to change the base?
Conversation
aaf8015 to
b82dbbe
Compare
| # composer require --dev php-coveralls/php-coveralls | ||
|
|
||
| # - name: "Script: test.sh" | ||
| # run: bash tests/phpunit/run.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you comment out running the unit tests?
|
|
||
| for suite in login.py folder_list.py pages.py profiles.py settings.py servers.py send.py search.py inline_msg.py keyboard_shortcuts.py | ||
| for suite in login.py servers.py profiles.py send.py search.py inline_msg.py keyboard_shortcuts.py | ||
| # for suite in login.py folder_list.py pages.py settings.py servers.py profiles.py send.py search.py inline_msg.py keyboard_shortcuts.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we skipping some tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m running some tests. It’s taking too long to wait. Once it works, I’ll uncomment others.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, then put this in draft and only open it when it is ready to be reviewed.
190c82d to
b765f22
Compare
5dfb5d7 to
e5a1198
Compare
2751ce7 to
ed5b059
Compare
ed5b059 to
b152c30
Compare
No description provided.