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

[Feature]: Add low priority documentation for Tests #552

Open
8 tasks
srichmond opened this issue Mar 7, 2024 · 1 comment
Open
8 tasks

[Feature]: Add low priority documentation for Tests #552

srichmond opened this issue Mar 7, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation feature Request for new feature priority: low Low triage Issue that need to be triaged

Comments

@srichmond
Copy link
Contributor

Contact Details

srichmond@es.net

What should we build?

Please create reference documentation for the following topics on https://workfloworchestrator.org/orchestrator-core/ using the "how to write docs" information located in https://docs.google.com/document/d/10Fz98moy-pMyyk__PTR8xg4aeHuIv5VegJa99ZpzvkI/edit

  • Test strategy - Unit, Integration, System: Unit
  • Test strategy - Unit, Integration, System: Unit: Mocks vs testing small data processing functions
  • Test strategy - Unit, Integration, System: Unit: Keeping calls to external systems separate to make unit testing feasible
  • Test strategy - Unit, Integration, System: Unit: Integration
  • Test strategy - Unit, Integration, System: Unit: See section about deployment? (Local/CI tests using external systems)
  • System: K8s
  • Orch-core tools to check database integrity
  • orig wrapper unwrap the step-function and make it possible to test the step function as a unit

Relevant pseudo code

No response

@srichmond srichmond added documentation Improvements or additions to documentation feature Request for new feature triage Issue that need to be triaged priority: low Low labels Mar 7, 2024
@pboers1988
Copy link
Member

pboers1988 commented Mar 7, 2024

Orig function:

def orig(func: Callable) -> Callable:

def diff_product_block_in_database(cls) -> dict[str, set[str]]:

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 feature Request for new feature priority: low Low triage Issue that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants