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

Adding some integration tests #19

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Adding some integration tests #19

wants to merge 4 commits into from

Conversation

alteryx-sezell
Copy link
Contributor

Just a start at creating integration tests.

@jmfiola
Copy link
Collaborator

jmfiola commented May 31, 2023

@alteryx-sezell In order to add a github action, refer to .github/workflows/quality-checks.yml within this file, there are "jobs" that are defined. These jobs can either run in parallel (black-lint, flake8-lint, and pydocstyle-lint), or can be dependent on some other job being successful before it runs (unit-test needs clause).

I imagine the integration test job would look just like the unit-test job, but would be reliant on the unit test job completing and would come right after it.



@pytest.fixture
def std_gh_out_with_cfg_msgs(std_gh_output_msgs):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary? Why not just grab the entire stdout?

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.

None yet

2 participants