Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 54389cd

Browse files
Fix tests (#7)
* Run tests in workflow * Add back missing tests * Delete lib tests * Add poe test
1 parent 13b6e24 commit 54389cd

File tree

73 files changed

+188
-1240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+188
-1240
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
shell: bash
5757
run: poetry install
5858

59+
- name: Run tests
60+
shell: bash
61+
run: poetry run poe test
62+
5963
- name: Generate code from proto files
6064
shell: bash
6165
run: poetry run python -m tests.generate -v

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ combine-as-imports = true
6161

6262
# Dev workflow tasks
6363

64+
[tool.poe.tasks.test]
65+
cmd = "pytest"
66+
help = "Run tests"
67+
6468
[tool.poe.tasks.generate]
6569
script = "tests.generate:main"
6670
help = "Generate test cases"

tests/inputs/bool/bool.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/inputs/bool/test_bool.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/inputs/bytes/bytes.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/inputs/casing/casing.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/inputs/casing/test_casing.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/inputs/casing_inner_class/test_casing_inner_class.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/inputs/casing_message_field_uppercase/casing_message_field_uppercase.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/inputs/config.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)