-
Notifications
You must be signed in to change notification settings - Fork 0
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
#DI-95 implement tox for vestapol tests #9
Conversation
Something I was wondering: if poetry is creating a virtual env for you when you run Not sure if you found a more straightforward way of getting VSCode and poetry environments to play nice. |
@waligob re:poetry virtualenv with vscode will add this to the README. the solution here worked for me: microsoft/vscode-python#8372 (comment) - you can then select the poetry env from the list of python interpreters |
Nice! Worked for me too. Thanks. |
I think adding a linter would be really valuable for producing consistent, readable, and reliable code. I don't have strong opinions on our choice of linter— At any rate, given the overhead in implementing the linter, I'd suggest that we create a new ticket for it. |
I'm leaning toward |
Ticket: #DI-95
Run tests in a reliable environment with tox.
Notes:
flake8
which now runs as part of tox testingpylint
ormypy
to the tox tests? would require some overhead in terms of configuration and updates to the codebase