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

refactor: Added command line util for setting up tests #1530

Merged
merged 8 commits into from
Jul 12, 2024

Conversation

gavin-aguiar
Copy link
Contributor

@gavin-aguiar gavin-aguiar commented Jul 12, 2024

Description

Added pythons invoke command for setting up tests

Usage:
This file defines tasks for building Protos, webhost and extensions

To use these tasks, you can run the following commands:

  1. Build protos:
    invoke -c test_setup build-protos

  2. Set up the Azure Functions Web Host:
    invoke -c test_setup webhost

  3. Install WebJobs extensions:
    invoke -c test_setup extensions

Fixes #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

@gavin-aguiar gavin-aguiar changed the title Added command line util for setting up tests refactor: Added command line util for setting up tests Jul 12, 2024
tests/test_setup.py Outdated Show resolved Hide resolved
@gavin-aguiar gavin-aguiar merged commit 81a314b into dev Jul 12, 2024
28 of 30 checks passed
@gavin-aguiar gavin-aguiar deleted the gaaguiar/add_invoke_cmd branch July 12, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants