Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian321 committed Dec 8, 2024
1 parent 9fd8b4c commit bad15ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = { file = ["requirements.txt"] }

[tool.pylint."DESIGN"]
max-locals = 25
max-parents = 10

[tool.pylint."MESSAGES CONTROL"]
enable = "all"
Expand Down
2 changes: 2 additions & 0 deletions ss14_tiled/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

class TestMergeEntity(unittest.TestCase):
"""Tests to see if merging entities works."""

def test_basalt(self):
"""From /Resources/Prototypes/Entities/Tiles/basalt.yml"""
child = {
Expand Down Expand Up @@ -114,5 +115,6 @@ def test_new_component(self):
diff = DeepDiff(actual, expected, ignore_order=True)
assert not diff


if __name__ == "__main__":
unittest.main()

0 comments on commit bad15ee

Please sign in to comment.