Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor "test" to a test #772

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
isort
  • Loading branch information
frrad committed Sep 2, 2024
commit 4e4dea02484b486124b3b8b4ab7dcb3c8ed0051a
3 changes: 2 additions & 1 deletion pulp/tests/run_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest

import pulp
from pulp.tests import test_pulp, test_examples, test_gurobipy_env, test_sparse
from pulp.tests import test_examples, test_gurobipy_env, test_pulp, test_sparse


def pulpTestAll(test_docs=False):
Expand Down