Skip to content

Commit

Permalink
include init files
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Jul 23, 2024
1 parent 27b426d commit f6b4bcd
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Display installed python package versions
run: |
pip list || :
- name: Install pytest
run: |
pip install pytest
- name: Install build dependencies
run: |
pip install -r requirements.txt
Expand All @@ -82,4 +85,4 @@ jobs:
pip list || :
- name: Run unit tests
run: |
python3 -m unittest discover
pytest
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/.DS_Store
__pycache__
__*.py
.pytest_cache
.pytest_cache
1 change: 1 addition & 0 deletions dilithium/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from dilithium.default_parameters import Dilithium2, Dilithium3, Dilithium5
Empty file added drbg/__init__.py
Empty file.
Empty file added modules/__init__.py
Empty file.
Empty file added polynomials/__init__.py
Empty file.
Empty file added tests/__init__.py
Empty file.
Empty file added utilities/__init__.py
Empty file.

0 comments on commit f6b4bcd

Please sign in to comment.