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
*[Best practices for Python projects in 2021](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/)
163
162
*[5 Pytest Best Practices for Writing Great Python Tests](https://www.nerdwallet.com/blog/engineering/5-pytest-best-practices/)
Copy file name to clipboardExpand all lines: {{cookiecutter.project_slug}}/README.md
+14-19Lines changed: 14 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,11 @@ Some useful examples of how this project can be used:
125
125
poe test
126
126
```
127
127
128
+
* Run the project
129
+
```sh
130
+
poe run
131
+
```
132
+
128
133
* Generate API documentation
129
134
```sh
130
135
poe doc
@@ -154,7 +159,7 @@ _For more examples, please refer to the [Documentation](https://{{cookiecutter.g
154
159
155
160
-[x] Add tests
156
161
-[x] Add code coverage
157
-
-[] Improve documentation
162
+
-[x] Improve documentation
158
163
-[ ] Include more tests
159
164
160
165
See the [open issues](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/issues) for a full list of proposed features (and known issues).
@@ -180,16 +185,6 @@ Don't forget to give the project a star! Thanks again!
180
185
<palign="right">(<ahref="#top">back to top</a>)</p>
181
186
182
187
183
-
184
-
<!-- LICENSE -->
185
-
## License
186
-
187
-
Distributed under the {{cookiecutter.license}} License. See [`LICENSE`](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/blob/main/LICENSE) for more information.
188
-
189
-
<palign="right">(<ahref="#top">back to top</a>)</p>
*[Best practices for Python projects in 2021](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/)
215
-
*[5 Pytest Best Practices for Writing Great Python Tests](https://www.nerdwallet.com/blog/engineering/5-pytest-best-practices/)
Distributed under the {{cookiecutter.license}} License. See [`LICENSE`](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/blob/main/LICENSE) for more information.
217
212
218
213
<palign="right">(<ahref="#top">back to top</a>)</p>
0 commit comments