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

Create basic integration python invoke script #45

Open
Grokzen opened this issue Jan 19, 2023 · 0 comments · May be fixed by #63
Open

Create basic integration python invoke script #45

Grokzen opened this issue Jan 19, 2023 · 0 comments · May be fixed by #63

Comments

@Grokzen
Copy link
Collaborator

Grokzen commented Jan 19, 2023

We have a need for a integration test script that can be rerun locally any number of times that will run all commands in a few different ways and corner cases just to exercise what commands should be possible to run in what situation. This script or feature is not something done within pytest/unittests as it should be a shell script or possible a invoke script that really runs commands like subgit status or subgit pull.

This will require a set of different config files and config files that should be possible to run and use.

This feature is needed to compliment any normal unittests as doing complex integration tests within this type of code is difficult and it is both much cheaper, simpler and more effective to run a series of cli commands instead designed to test this on a integration test level instead.

@Grokzen Grokzen linked a pull request Sep 1, 2023 that will close this issue
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 a pull request may close this issue.

1 participant