Skip to content

Commit

Permalink
Commit dunder files to enforce the structure
Browse files Browse the repository at this point in the history
  • Loading branch information
stand-by committed Jul 16, 2024
1 parent de3739f commit 634a6e6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
Empty file added benchmarks/__init__.py
Empty file.
Empty file.
Empty file.
Empty file added fast_pauli/py/tests/__init__.py
Empty file.
9 changes: 9 additions & 0 deletions fast_pauli/py/tests/test_operations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import pytest


def test_dummy():
assert True


if __name__ == "__main__":
pytest.main()
Empty file added tests/__init__.py
Empty file.

0 comments on commit 634a6e6

Please sign in to comment.