Skip to content

Commit

Permalink
Fix hygeine typo (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyb1991 authored Dec 18, 2024
1 parent e5a5d86 commit 3ae8094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/get-started/fundamentals/additional-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ To learn more, read our guide on [Static file serving](/develop/concepts/configu

## App testing

Good development hygeine includes testing your code. Automated testing allows you to write higher quality code, faster! Streamlit has a built-in testing framework that let's you build tests easily. Use your favorite testing framework to run your tests. We like [`pytest`](https://pypi.org/project/pytest/). When you test a Streamlit app, you simulate running the app, declare user input, and inspect the results. You can use GitHub workflows to automate your tests and get instant alerts about breaking changes. Learn more in our guide to [App testing](/develop/concepts/app-testing).
Good development hygiene includes testing your code. Automated testing allows you to write higher quality code, faster! Streamlit has a built-in testing framework that let's you build tests easily. Use your favorite testing framework to run your tests. We like [`pytest`](https://pypi.org/project/pytest/). When you test a Streamlit app, you simulate running the app, declare user input, and inspect the results. You can use GitHub workflows to automate your tests and get instant alerts about breaking changes. Learn more in our guide to [App testing](/develop/concepts/app-testing).

0 comments on commit 3ae8094

Please sign in to comment.