From 198ef890820d20ad280018c0d33d72091decba80 Mon Sep 17 00:00:00 2001 From: Canute <46291012+canute24@users.noreply.github.com> Date: Thu, 30 Jul 2020 04:21:30 +0530 Subject: [PATCH] changed unnittest to unittest (#1556) --- docs/_docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/contributing.md b/docs/_docs/contributing.md index 2c67eaf..cf09fb0 100644 --- a/docs/_docs/contributing.md +++ b/docs/_docs/contributing.md @@ -160,7 +160,7 @@ All contributors are strongly recommended to embrace Test Driven Development (TD ### Python -Prophet uses the ``unnittest`` package for running tests in Python and ``testthat`` package for testing in R. All tests should go into the tests subdirectory in either the Python or R folders. +Prophet uses the ``unittest`` package for running tests in Python and ``testthat`` package for testing in R. All tests should go into the tests subdirectory in either the Python or R folders. The entire test suite can be run by typing: