From 6dff68e34dc7843baf5a4b12a646fe57dc84bb24 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Wed, 18 Dec 2024 11:15:54 +0700 Subject: [PATCH] Fix hygeine typo --- content/get-started/fundamentals/additional-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/fundamentals/additional-features.md b/content/get-started/fundamentals/additional-features.md index cd8ccb377..9e724527d 100644 --- a/content/get-started/fundamentals/additional-features.md +++ b/content/get-started/fundamentals/additional-features.md @@ -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).