Skip to content

Commit

Permalink
Adding tests to package (#1029)
Browse files Browse the repository at this point in the history
* Making tests a python module.

* Changing version name to dev1.

* Reverting back to old release version 0.12.0

* Adding PR 1029 to release notes.
  • Loading branch information
freddyaboulton committed Aug 6, 2020
1 parent 2abf497 commit fe67192
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Expand Up @@ -10,6 +10,7 @@ Release Notes
* Removed DeprecationWarning for SimpleImputer :pr:`1018`
* Documentation Changes
* Testing Changes
* Test files are now included in the evalml package :pr:`1029`


**v0.12.0 Aug. 3, 2020**
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -21,5 +21,6 @@
'evalml = evalml.__main__:cli'
]
},
data_files=[('evalml/demos/data', ['evalml/demos/data/fraud_transactions.csv.tar.gz'])]
data_files=[('evalml/demos/data', ['evalml/demos/data/fraud_transactions.csv.tar.gz']),
("evalml/tests/data", ["evalml/tests/data/tips.csv", "evalml/tests/data/titanic.csv"])]
)

0 comments on commit fe67192

Please sign in to comment.