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

Pytest Celery Integration #8241

Merged
merged 38 commits into from
Oct 17, 2023
Merged

Conversation

Nusnus
Copy link
Member

@Nusnus Nusnus commented May 9, 2023

This PR goes hand-by-hand with celery/pytest-celery#31
The goal is to allow developing smoke tests + fixing integration issues with the pytest-celery plugin and make sure everything works also in the CI.

I will use this PR during development and update it when it's ready for review/merge.

@Nusnus Nusnus added this to the 5.3 milestone May 9, 2023
@Nusnus Nusnus self-assigned this May 9, 2023
@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (fcecf18) 87.46% compared to head (673b9e2) 81.30%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8241      +/-   ##
==========================================
- Coverage   87.46%   81.30%   -6.16%     
==========================================
  Files         148      148              
  Lines       18512    18512              
  Branches     3163     3163              
==========================================
- Hits        16192    15052    -1140     
- Misses       2032     3169    +1137     
- Partials      288      291       +3     
Flag Coverage Δ
unittests 81.28% <ø> (-6.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 27 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@auvipy
Copy link
Member

auvipy commented Sep 21, 2023

CI looks green! nice

@Nusnus
Copy link
Member Author

Nusnus commented Sep 21, 2023

CI looks green! nice

Thank you 🙏

@Nusnus Nusnus force-pushed the smoke_tests branch 11 times, most recently from 5fec1b8 to eeaeb5d Compare September 28, 2023 11:13
@Nusnus Nusnus force-pushed the smoke_tests branch 6 times, most recently from 4bc04df to 267dc6a Compare October 12, 2023 19:27
Nusnus added a commit that referenced this pull request Oct 20, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean

CONTAIN WIP/DEBUG/COMMENTS
NOT READY FOR MERGE TO MAIN YET!
Nusnus added a commit that referenced this pull request Oct 26, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean

CONTAIN WIP/DEBUG/COMMENTS
NOT READY FOR MERGE TO MAIN YET!
Nusnus added a commit that referenced this pull request Nov 5, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean

CONTAIN WIP/DEBUG/COMMENTS
NOT READY FOR MERGE TO MAIN YET!
Nusnus added a commit to Katz-Consulting-Group/celery that referenced this pull request Nov 5, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean

CONTAIN WIP/DEBUG/COMMENTS
NOT READY FOR MERGE TO MAIN YET!
Nusnus added a commit that referenced this pull request Nov 13, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 13, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 13, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 19, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 19, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 23, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 23, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 23, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Nov 29, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Dec 3, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Dec 6, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit to Katz-Consulting-Group/celery that referenced this pull request Dec 7, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Dec 11, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Dec 17, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Dec 18, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Dec 25, 2023
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 6, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 6, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 7, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 8, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 8, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 8, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 9, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 12, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 14, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Nusnus added a commit that referenced this pull request Jan 14, 2024
* Added initial/sanity smoke tests

* Allow using all integration tests tasks in the smoke tests environment, in addition to smoke tests specific tasks (to reuse existing tests tasks)

* Added xdist support to smoke tests only

* Added CI workflow for building the smoke tests dockerfiles

* Added new tox env to clean resources & remains from the smoke tests: tox -e clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants