Skip to content

Commit

Permalink
Merge pull request #8 from skip-pay/tda/fix/test_runner
Browse files Browse the repository at this point in the history
fix: conform DynamoDBTestSuiteMixin::log signature to DiscoverRunner:…
  • Loading branch information
xdaniel3 committed Apr 24, 2024
2 parents e1eb517 + 7e95918 commit 5cd2104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydjamodb/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DynamoDBTestSuiteMixin:

parallel_test_suite = DynamoDBParallelTestSuite

def log(self, msg):
def log(self, msg, level=None):
sys.stderr.write(msg + os.linesep)

def _teardown_pynamodb_database(self, prefix=None):
Expand Down

0 comments on commit 5cd2104

Please sign in to comment.