-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed and rearranged unit tests #184
Conversation
bjcmit
commented
Feb 8, 2020
•
edited
Loading
edited
- Fixed test_train_model test in code_test.py
- Renamed code_test.py to train_test.py
- Moved train_test.py under diabetes_regression directory
- Moved data_test.py under data directory
- Added lint and unit test tasks to azdo-base-pipeline.yml
- Deleted lint-and-test.sh and tox.ini
- Renamed code_test.py to train_test.py - Moved train_test.py under diabetes_regression directory - Moved data_test.py under data directory - Added lint and unit test tasks to azdo-base-pipeline.yml - Deleted lint-and-test.sh and tox.ini
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please remove tox from dependencies
- Remove reference to tox in getting started
…crosoft/MLOpsPython into brysmith/fix_test_train_model
@bjcmit now that you have moved the test files to the respective project directory. Would you like to consider deleting the folder at the root? |
Build fails lint |
Yes, we should remove that root test/unit directory. I believe if you delete init.py there it should go away. |