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

Test failures #197

Open
austinbutler opened this issue Jun 3, 2021 · 0 comments
Open

Test failures #197

austinbutler opened this issue Jun 3, 2021 · 0 comments

Comments

@austinbutler
Copy link

In CONTRIBUTING.md it says: "By default unit and integration tests are run without the one testing premium functionality, as most probably you don't have access to Premium workspace for testing purposes. If you want to run just specific category you can do so using for example pytest -m unit for only unit tests."

However running pytest -m unit results in:

tests/unit/api/test_base.py ......................................................                                                                          [ 50%]
tests/unit/api/test_fields.py ...........F.......F..........                                                                                                [ 77%]
tests/unit/cli/test_types.py FFFFFFFFF..........                                                                                                            [ 95%]
tests/unit/helpers/test_duration.py ...                                                                                                                     [ 98%]
tests/unit/utils/test_config.py .                                                                                                                           [ 99%]
tests/unit/utils/test_migrations.py .                                                                                                                       [100%]

And a number of these failures say "premium" and fail due to missing credentials.

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

No branches or pull requests

1 participant