Commit c8ae149
committed
style(tests,build): use module-level pytest import; gitignore embedded .so
- tests/integration/test_sdk.py: drop redundant `import pytest as _pytest`,
use the top-level pytest import.
- coordinode-embedded/.gitignore: add `*.so` so locally built Rust
extension modules don't get committed with platform suffix.1 parent d53ee73 commit c8ae149
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
724 | | - | |
725 | | - | |
| 723 | + | |
726 | 724 | | |
727 | | - | |
| 725 | + | |
728 | 726 | | |
729 | | - | |
| 727 | + | |
730 | 728 | | |
731 | | - | |
| 729 | + | |
732 | 730 | | |
0 commit comments