Skip to content

Commit

Permalink
unit test / integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassir Akram committed Nov 17, 2024
1 parent 604907d commit 04e507c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.ruff]
line-length = 120 # Let's keep this at 120 for now, there are some files that need it
target-version = "py310"
target-version = "py312"
2 changes: 2 additions & 0 deletions tests/integration/sample_integr_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_1():
assert True
2 changes: 2 additions & 0 deletions tests/unit/sample_unit_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_1():
assert True
2 changes: 0 additions & 2 deletions website/tests/sample_test.py

This file was deleted.

0 comments on commit 04e507c

Please sign in to comment.