Skip to content

Commit 83ec7b8

Browse files
committed
include permissions account in instructions
update tests download latest oracle for tests
1 parent 3496275 commit 83ec7b8

File tree

9 files changed

+229
-156
lines changed

9 files changed

+229
-156
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
__pycache__
44
dist
55
keys
6+
pyth_oracle.so
67
permissions.json
78
products.json
89
publishers.json
910
test-ledger
11+
.tool-versions
1012

1113
# IntelliJ files
1214
.idea

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
lint:
2+
poetry run isort --profile=black program_admin/ tests/
3+
poetry run black program_admin/ tests/
4+
poetry run mypy program_admin/ tests/
5+
poetry run pylint program_admin/ tests/
6+
7+
install:
8+
poetry install
9+
10+
test:
11+
poetry run pytest

0 commit comments

Comments
 (0)