changed unnittest to unittest (#1556)

This commit is contained in:
Canute 2020-07-30 04:21:30 +05:30 committed by GitHub
parent 0d260699e4
commit 198ef89082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: