-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
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.
overall lgtm, just one nit comment
README.md
Outdated
python -m unittest tests/<file_name> | ||
``` | ||
8. By using tox |
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.
nit: I don't think the testing section needs to be numbered as it indicates steps instead of alternatives. could we use bullet points instead?
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.
Done.
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.
gltm
Only the README is updated to replace a numbered list with bullet points. |
@sechkova I think you might have to fetch the latest and rebase to get the last check to pass. |
Renamed the main source code path from ml-conversational-analytic-tool to mcat in order to make it a package. Long package names are discouraged and dashes are invalid symbols (see PEP8). Moved tests out of the mcat package and made it a package too. Updated import paths. Updated the auto-generated docs and the README. Signed-off-by: Teodora Sechkova <[email protected]>
Use tox for managing different python virtual environments and running tests. By integrating tox in the CI, the python environment in the CI is reproducible locally. Update the README. Signed-off-by: Teodora Sechkova <[email protected]>
Yeah, I forgot to do that, now it should be ok. |
Fixes: #34
Improve project structure:
Start using tox
The new CI martx runs should be visible in this PR.