Commit cba7f8b
Saurabh Badenkal
Fix e2e tests: switch to new_ prefix, address PR review comments
- Switch all table/column/relationship names from test_ to new_ prefix
(follows Dataverse convention for custom entity publisher prefix)
- Use PascalCase nav prop for @odata.bind and \ (case-sensitive)
- Use lowercase attribute logical name for _xxx_value in \/\
- Replace time.sleep() with _wait_for_lookup_ready() polling helper
- Replace cascade delete time.sleep() with retry polling for 404
- Add pytestmark = pytest.mark.e2e and register marker in pyproject.toml
- Close DataverseClient in fixture teardown
- Read DATAVERSE_URL lazily for late-set env vars
Validated: all 30 .scratch/ e2e tests pass (25 original + 5 fixed)
Validated: all 11 repo e2e tests collected, 398 unit tests pass1 parent 08d55d0 commit cba7f8b
3 files changed
Lines changed: 141 additions & 74 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
| 436 | + | |
436 | 437 | | |
437 | 438 | | |
438 | 439 | | |
| |||
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
444 | | - | |
445 | | - | |
| 445 | + | |
| 446 | + | |
446 | 447 | | |
447 | 448 | | |
448 | 449 | | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
456 | 484 | | |
457 | 485 | | |
458 | 486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
0 commit comments