Skip to content

Conversation

@EliuX
Copy link
Contributor

@EliuX EliuX commented Mar 13, 2020

This PR adds pytest and coverage, in order to run tests and coverage reports respectively. It also adds a sample smoke_test.py to very that the tests are well installed by checking that the a reference to the app can be accessed. For better comprehension, more instructions were added to the README.md.

Comment on lines 8 to 9
app = create_app()
return app
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return create_app()
it's just a suggestion

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, I just know that here in the middle I will have to do adjustments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah OK, I understand 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I applied your suggestion tho 👍

@EliuX EliuX force-pushed the feature/Add-test-and-cov#17 branch from 707482d to 6318162 Compare March 13, 2020 14:36
@EliuX EliuX merged commit 55b66ea into master Mar 13, 2020
@EliuX EliuX deleted the feature/Add-test-and-cov#17 branch March 13, 2020 15:48
@EliuX EliuX self-assigned this Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants