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 features and tests #2

Merged
merged 76 commits into from
Dec 23, 2023
Merged

add features and tests #2

merged 76 commits into from
Dec 23, 2023

Conversation

bout3fiddy
Copy link
Collaborator

No description provided.

@@ -0,0 +1,30 @@
name: unit-tests-boa

on: ["push", "pull_request"]
Copy link
Contributor

Choose a reason for hiding this comment

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

just pick either push or pull_request, using both generates twice the same job for every commit in a PR

Copy link
Contributor

Choose a reason for hiding this comment

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

image

.github/workflows/unit-tests.yaml Show resolved Hide resolved
requirements.txt Outdated
@@ -19,5 +19,5 @@ pdbpp
hypothesis>=6.68.1

# vyper and dev framework:
git+https://github.com/vyperlang/titanoboa@40f5bfcc2afe212bb5a6f5026148f3625596ded7
git+https://github.com/vyperlang/titanoboa@b5e9fb96d1424ed5cc5a6af03391d885439c83e5
Copy link
Contributor

Choose a reason for hiding this comment

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

It'd be nice to add a tag to the titanoboa commit



def get_data(fname):
with open("download/{0}-1m.json".format(fname), "r") as f:
Copy link
Contributor

Choose a reason for hiding this comment

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

Where's this coming from?

@bout3fiddy bout3fiddy marked this pull request as ready for review December 23, 2023 13:40
@bout3fiddy bout3fiddy merged commit 841ed76 into main Dec 23, 2023
2 checks passed
@bout3fiddy bout3fiddy deleted the feat/tests branch December 23, 2023 14:32
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