Skip to content

Commit

Permalink
Update README.md (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
egede authored Mar 11, 2021
1 parent d03b4d3 commit 756466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Communication is an important part of working in GSoC. Please just ask by email

To complete the challenge you should push everything to the main branch of your forked repository. Then please send an email to us that you have finished. In the repository, we expect
- That the `setup.py` file is updated with any extra `python` package dependencies that you may have introduced.
- That there is a file `PROJECT.md` that documents what you have done and how we can test it.
- That there is a file `PROJECT.md` that documents what you have done and how we can test it. If you perform the GUI task below, make sure to include some images or short screen grabbed movies that illustrate the functionality.
- That you have implemented tests of the code that can be tested with `pytest` to illustrate that everything works as expected. Tests should be placed in the directory `test` and have self-explaining names.
- That anything (like interaction with GUI), that can not easily be made to work with `pytest` is fully explained.

Expand Down

0 comments on commit 756466f

Please sign in to comment.