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

Re-added some conftest.py magic #14

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

zmallen
Copy link
Collaborator

@zmallen zmallen commented Oct 28, 2017

The goal of ftw was to ship a pytest plugin for people to write tests.

We werent clear with the workflow of ftw, where some people preferred to git clone ftw as opposed to pip install ftw, then things can get screwy with how pytest configures fixtures and arguments. I did a cp of pytest_plugin over to conftest.py inside test, so if we ever make changes to either we'd have to update them. I did not investigate piping a plugin directly, but this should solve #11 and get people started.

@zmallen
Copy link
Collaborator Author

zmallen commented Oct 28, 2017

Fixes #11

@zmallen
Copy link
Collaborator Author

zmallen commented Oct 28, 2017

Since we have to import ftw.ftw i have to fix the other tests

@csanders-git
Copy link
Contributor

Looks good although i'd like to see more docs @dune73 mentioned he might make a blog post :)

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.

2 participants