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

#10 add fixtures #13

Merged
merged 58 commits into from
May 27, 2024
Merged

#10 add fixtures #13

merged 58 commits into from
May 27, 2024

Conversation

ckunki
Copy link
Contributor

@ckunki ckunki commented May 17, 2024

closes #10

pytest-saas/README.md Outdated Show resolved Hide resolved
ckunki and others added 4 commits May 17, 2024 16:52
@ckunki ckunki closed this May 22, 2024
@ckunki ckunki reopened this May 22, 2024
justfile Outdated Show resolved Hide resolved
justfile Show resolved Hide resolved
pytest-saas/README.md Outdated Show resolved Hide resolved
pytest-saas/README.md Outdated Show resolved Hide resolved
@ckunki ckunki requested a review from tkilias May 23, 2024 08:35
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
ckunki added 2 commits May 27, 2024 13:21
slow tests are now always executed
move developer instructions to Developer guide.
@ckunki ckunki requested a review from tkilias May 27, 2024 11:46
@ckunki ckunki merged commit e2a0157 into main May 27, 2024
1 check passed
@ckunki ckunki deleted the feature/#10-add_fixtures branch May 27, 2024 13:59
Comment on lines +11 to +13
rc = 0
def run(command):
global rc
Copy link
Member

Choose a reason for hiding this comment

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

Why?
Please do not use globals, they are rarely a good idea. Only use them if you can justify it with a solid argument why there is no equivalent easy non-global alternative for the problem.

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.

Add fixtures to pytest_saas
3 participants