Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Feb 12, 2024
1 parent 6f1fc43 commit 4fde2fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion phlop/run/test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def get_test_cases(cli_args):
classes_in_directory(cli_args.dir, unittest.TestCase),
test_cmd_pre=cli_args.prefix,
test_cmd_post=cli_args.postfix,
)
),
1,
)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phlop"
version = "0.0.10"
version = "0.0.11"

dependencies = [

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="phlop",
version="0.0.10",
version="0.0.11",
cmdclass={},
classifiers=[],
include_package_data=True,
Expand Down
5 changes: 3 additions & 2 deletions sh/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ cd "$CWD"/..

set -ex

PYTHONPATH=$PWD python3 -m phlop.run.test_cases -d tests -p
PYTHONPATH=$PWD python3 -m phlop.run.test_cases -d tests -c 10
PYTHONPATH=$PWD python3 -Om phlop.run.test_cases -d tests -p
PYTHONPATH=$PWD python3 -Om phlop.run.test_cases -d tests -c 10
PYTHONPATH=$PWD python3 -O tests/all_concurrent.py

0 comments on commit 4fde2fe

Please sign in to comment.