-
Notifications
You must be signed in to change notification settings - Fork 7
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
Setup test environment #8
Comments
5 tasks
29 tasks
@sglavoie I think the directory structure is not 100% right; you had suggested creating an inner folder |
Yes, I will do that as we later discussed. Thank you for the reminder! 🙂 |
sglavoie
pushed a commit
that referenced
this issue
Jun 17, 2020
sglavoie
pushed a commit
that referenced
this issue
Jun 17, 2020
sglavoie
pushed a commit
that referenced
this issue
Jun 17, 2020
sglavoie
pushed a commit
that referenced
this issue
Jun 18, 2020
* Travis has been replaced with GitHub Actions here, so this file is no longer useful. * Remove Python 3.8 build because the latest stable version of Airflow doesn't support Python 3.8 yet.
sglavoie
pushed a commit
that referenced
this issue
Jun 18, 2020
* This is necessary to be able to deploy to PyPi and to have `make test` run successfully with a properly configured `setup.py`.
hannelita
added a commit
that referenced
this issue
Jun 18, 2020
[tests,workflow,#8][s]: Set up GitHub Actions
hannelita
added a commit
that referenced
this issue
Jun 18, 2020
[refactor,#8][l]: Set up dir structure for Python package
FIXED: Closing as everything is done and the necessary PRs are now merged. 🚀 |
This was referenced Jun 23, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set up test environment (CI, formatting, test-coverage)
When I clone/use this repository, I want to be able to know the steps to take in order to install requirements and run the tests so I can contribute back to the code more easily and ensure that high code coverage is maintained during the whole life of this project.
Acceptance
make test
command.Tasks
Get latest changes from PR [feat][m] Adding datahub-loader-next-gen code and simple wrapper DAG #11 and build on top of that.
Create Makefile with commands
requirements
andtest
.Add
.coveragerc
configuration file.Add
.isort.cfg
configuration file.Add
pytest.ini
configuration file.Add
.flake8
configuration file.Fix directory structure after merging Load lib wrapping #13. -- DONE: See PR [refactor,#8][l]: Set up dir structure for Python package #27
Set up GitHub Actions. -- DONE: See PR [tests,workflow,#8][s]: Set up GitHub Actions #24
Set up Code Climate and addNot doing for now..codeclimate.yml
configuration file.Set up Travis CI and addSwitching to GitHub Actions instead..travis.yml
configuration file.Analysis
This mostly involves replicating the structure of the repo for Giftless as it follows best practices and use similar tools, including the test suite with
pytest
.Blockers
Code Climate needs to be set up by an owner of the group Datopian. (reference in the docs)The text was updated successfully, but these errors were encountered: