m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

add __init__.py to run all test at unittest #240

Closed mski-iksm closed 3 years ago

mski-iksm commented 3 years ago

Test codes at test/tree/* was not tested because there was not __init__.py file there.

I've added __init__.py to fix this issue.

Please review.

mski-iksm commented 3 years ago

@hirosassa Thank you for reviewing. This PR is ready for merge.