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 github workflow #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shepherdjay
Copy link

Will resolve #8

@shepherdjay
Copy link
Author

So I've created this workflow but the tests are failing with the following:

tests/system_test.py:12: in <module>
    class FakeDataset:
tests/system_test.py:16: in FakeDataset
    category=OriginCategory.Dataset
/opt/hostedtoolcache/Python/3.6.12/x64/lib/python3.6/enum.py:326: in __getattr__
    raise AttributeError(name) from None
E   AttributeError: Dataset

I looked through the system_test.py and it does appear OriginCategory doesn't actually have a Dataset attribute but I could be reading this wrong. Is this test failing expected?

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.

Set up continuous integration
1 participant