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

Add spec testing guideline #856

Closed
wants to merge 1 commit into from
Closed

Conversation

mkalinin
Copy link
Collaborator

Simply adds a section guiding on how to run CI tests against the spec.

Build the spec and run tests:
```bash
make clean && make phase0/build
pytest tests
Copy link
Contributor

Choose a reason for hiding this comment

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

Also, maybe note that you can use make test to run pytest with minimal config.

@djrtwo
Copy link
Contributor

djrtwo commented Mar 29, 2019

This is all generally handled in #851 and the structure is about to change.
I'm inclined to wait for that PR and close this

@djrtwo djrtwo closed this Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants