Commit e9c1efc
committed
refactor: relocate tests to package directories and fix Pydantic alias warning
- Move agent tests from tests/bases/netdriver/agent/ to packages/agent/tests/
- Move plugin tests from tests/components/netdriver/plugins/ to packages/agent/tests/
- Move utils tests from tests/components/netdriver/utils/ to packages/core/tests/
- Create tests/integration/ for integration tests
- Remove alias attribute from CommonHeaders to fix Pydantic warning
- Update VSCode settings for new test structure1 parent 3d4a4bf commit e9c1efc
47 files changed
Lines changed: 5 additions & 4 deletions
File tree
- .vscode
- packages
- agent
- src/netdriver_agent/models
- tests/plugins
- core/tests/utils
- tests/integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments