You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support requests here, instead ask your query in out Gitter channel at https://gitter.im/fossasia/meilix
Actual Behaviour
Presently, Travis run script nosetests app.py while testing which is not needed as nose is used for testing unit tests and moreover nose collects tests from unittest.TestCase subclasses or we can also write simple test functions, as well as test classes that are not subclasses of unittest.TestCase.
But there are no such tests in app.py so the command nosetests app.py is executed with ok status always irrespective of the changes done in the Pull Request.
Expected Behaviour
We should add tests which test functions present in app.py which will be tested in Travis.
What tests we need to run for this issue?
We cannot run test for the index function because it requires a live HTTP request and which will make the travis build fail
I'm submitting a ... (check one with "x")
Actual Behaviour
Presently, Travis run script
nosetests app.py
while testing which is not needed asnose
is used for testing unit tests and moreover nose collects tests from unittest.TestCase subclasses or we can also write simple test functions, as well as test classes that are not subclasses of unittest.TestCase.But there are no such tests in app.py so the command
nosetests app.py
is executed withok
status always irrespective of the changes done in the Pull Request.Expected Behaviour
We should add tests which test functions present in
app.py
which will be tested in Travis.Steps to reproduce it
Please see Travis logs for any PR. Like here
Would you like to work on the issue?
Yes
@mariobehling @meets2tarun @xeon-zolt Please give your views
The text was updated successfully, but these errors were encountered: