Skip to content

Commit

Permalink
test: rename to test_main.py for pytest compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 28, 2024
1 parent 766ec6a commit a2b9ea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .test import runtests
from .test_cli import get_runtests as get_runtests_cli
from .test_dev import runtests as runtests_dev
from .test_jax import runtests as runtests_jax
from .test_main import runtests
from .test_startup import runtests as runtests_startup
from .test_torch import runtests as runtests_torch

Expand Down
File renamed without changes.

0 comments on commit a2b9ea9

Please sign in to comment.