Skip to content

Commit

Permalink
Merge pull request #135 from ekiefl/move-tests
Browse files Browse the repository at this point in the history
Move tests
  • Loading branch information
ekiefl committed Aug 24, 2024
2 parents dd10c3d + 85c99d5 commit 5620776
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,11 @@ line-length = 88
extend-select = ["I"]

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
testpaths = [
"pooltool",
"tests",
]

# [tool.pyright]
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
simulate,
)
from pooltool.evolution.event_based.solve import ball_ball_collision_coeffs
from pooltool.evolution.event_based.test_data import TEST_DIR
from pooltool.objects import Ball, BilliardTableSpecs, Cue, Table
from pooltool.ptmath.roots import quadratic, quartic
from pooltool.system import System
from tests.evolution.event_based.test_data import TEST_DIR


def test_simulate_inplace():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5620776

Please sign in to comment.