Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent eda2117 commit d1c788f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_backend/test_directx/test_preprocessor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest
from DirectxPreprocessor import DirectxPreprocessor


class TestDirectxPreprocessor(unittest.TestCase):

def test_preprocessor_with_defines_and_ifdef(self):
Expand Down Expand Up @@ -105,5 +106,6 @@ def test_preprocessor_with_invalid_include(self):
with self.assertRaises(FileNotFoundError):
preprocessor.preprocess(shader_code)


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

0 comments on commit d1c788f

Please sign in to comment.