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

Missing documentation on how to include source code #439

Open
4 tasks done
TheCaffinatedDeveloper opened this issue Dec 11, 2024 · 0 comments
Open
4 tasks done

Missing documentation on how to include source code #439

TheCaffinatedDeveloper opened this issue Dec 11, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@TheCaffinatedDeveloper
Copy link

Checklist

  • I have checked the issues list
    for similar or identical bug reports.
  • I have checked the pull requests list
    for existing proposed fixes.
  • I have checked the commit log
    to find out if the bug was already fixed in the main branch.
  • I have included all related issues and possible duplicate issues in this issue
    (If there are none, check this box anyway).

Related Issues and Possible Duplicates

Related Issues

  • None

Possible Duplicates

  • None

Description

I could not find from the documentation what should be a simple item. I understand that the pytest-celery plugin is managing the creation of /app directory and injecting it into the worker container. That's great and all, but it's not including the code that the tasks depend on from the project. I tried using a custom dockerfile to copy the project source code into /app but it get's overidden completely. What is the best way to ensure all the source code get's included in the test worker container and not just the files which contain tasks?

Suggestions

@TheCaffinatedDeveloper TheCaffinatedDeveloper added the documentation Improvements or additions to documentation label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant