mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-29 03:30:57 +00:00
changed unnittest to unittest (#1556)
This commit is contained in:
parent
0d260699e4
commit
198ef89082
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue