You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
As a lazy man, I suppose it would be better to have simple and clear way to contribute.
This is critical for open source - add new features quickly. So the infrastructure around the projects should not complicate the development.
Edit code
Check it make install && make tests
It could be the Docker or usual Python venv as well, but all additional steps like moving to the some specific lib and run its tests lib by lib, setting env vars and so on, should be done under the hood.
Definitely it is better to improve tests documentation
and spend additional time for auto-infra and auto-setups.
Motivation
Newcomers and contributors experience.
Proposal (If applicable)
It could be some main Makefile in the root of repo and docker-compose-test.yaml witch build, run and test all libs at ones.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
As a lazy man, I suppose it would be better to have simple and clear way to contribute.
This is critical for open source - add new features quickly. So the infrastructure around the projects should not complicate the development.
make install && make tests
It could be the Docker or usual Python venv as well, but all additional steps like moving to the some specific lib and run its tests lib by lib, setting env vars and so on, should be done under the hood.
Definitely it is better to improve tests documentation
and spend additional time for auto-infra and auto-setups.
Motivation
Newcomers and contributors experience.
Proposal (If applicable)
It could be some main
Makefile
in the root of repo anddocker-compose-test.yaml
witch build, run and test all libs at ones.Beta Was this translation helpful? Give feedback.
All reactions