Skip to content
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

[FEAT]: Add automated testing using GitHub actions for pull and merge requests. #16

Closed
imAsparky opened this issue Sep 1, 2021 · 0 comments · Fixed by #73
Closed

[FEAT]: Add automated testing using GitHub actions for pull and merge requests. #16

imAsparky opened this issue Sep 1, 2021 · 0 comments · Fixed by #73
Assignees
Labels
enhancement New feature or request

Comments

@imAsparky
Copy link
Owner

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Confirming if contributor completed a test run before a push to the repository.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add a GitHub action to run tests on all contributions.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@imAsparky imAsparky added the enhancement New feature or request label Sep 1, 2021
@imAsparky imAsparky self-assigned this Sep 1, 2021
@imAsparky imAsparky added this to To do in Built Py3-Package Features. via automation Sep 1, 2021
imAsparky added a commit that referenced this issue Sep 2, 2021
The test_contribution workflow was invalid, removed on:tags.

WIP #16
imAsparky added a commit that referenced this issue Sep 2, 2021
* docs(README): Add to list of notable changes

Inform potential users of the notable differences to the original project.

* chore(git): Update to on:pull_request

The workflow was running on:push and wasnt working as expected.

* chore(git): Fix invalid workflow

The test_contribution workflow was invalid, removed on:tags.

WIP #16
imAsparky added a commit that referenced this issue Sep 2, 2021
* docs(README): Add to list of notable changes

Inform potential users of the notable differences to the original project.

* chore(git): Update to on:pull_request

The workflow was running on:push and wasnt working as expected.

* chore(git): Fix invalid workflow

The test_contribution workflow was invalid, removed on:tags.

WIP #16

* fix(git): Update git workflow and tox.ini #26

Reviewed tox-gh-actions documentation and it seems that the matrices are
still required in the workflow, even though they are listed in tox.ini.
Added some test environments to tox.ini, py38 pypy and py39.

closes #26

* fix(git): Indentation in workflow yaml #26

The "run" steps indention was not correct.

WIP #26
imAsparky added a commit that referenced this issue Sep 2, 2021
* docs(README): Add to list of notable changes

Inform potential users of the notable differences to the original project.

* chore(git): Update to on:pull_request

The workflow was running on:push and wasnt working as expected.

* chore(git): Fix invalid workflow

The test_contribution workflow was invalid, removed on:tags.

WIP #16

* fix(git): Update git workflow and tox.ini #26

Reviewed tox-gh-actions documentation and it seems that the matrices are
still required in the workflow, even though they are listed in tox.ini.
Added some test environments to tox.ini, py38 pypy and py39.

closes #26

* fix(git): Indentation in workflow yaml #26

The "run" steps indention was not correct.

WIP #26
imAsparky added a commit that referenced this issue Sep 2, 2021
* docs(README): Add to list of notable changes

Inform potential users of the notable differences to the original project.

* chore(git): Update to on:pull_request

The workflow was running on:push and wasnt working as expected.

* chore(git): Fix invalid workflow

The test_contribution workflow was invalid, removed on:tags.

WIP #16

* fix(git): Update git workflow and tox.ini #26

Reviewed tox-gh-actions documentation and it seems that the matrices are
still required in the workflow, even though they are listed in tox.ini.
Added some test environments to tox.ini, py38 pypy and py39.

closes #26

* fix(git): Indentation in workflow yaml #26

The "run" steps indention was not correct.

WIP #26
imAsparky added a commit that referenced this issue Sep 14, 2021
Automatic testing of code changes before merging to the main branch did
not exist.

closes #16
Built Py3-Package Features. automation moved this from To do to Done Sep 14, 2021
imAsparky added a commit that referenced this issue Sep 14, 2021
Automatic testing of code changes before merging to the main branch did
not exist.

closes #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant