Skip to content

fix: crash on requesting to delete building blocks

86e995f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: crash on requesting to delete building blocks #29

fix: crash on requesting to delete building blocks
86e995f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests Report (3.11) succeeded Jul 20, 2025 in 0s

12 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/report.xml

12 tests were completed in 510ms with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 12✅ 510ms

✅ pytest

tests.unit.infrastructure.services.code_scanner.test_code_scanner
  ✅ test_scan_building_blocks_returns_correct_output
tests.unit.infrastructure.services.openddd_convention.test_openddd_convention_service
  ✅ test_format_class_code_removes_extra_blank_lines
  ✅ test_format_class_code_trims_trailing_whitespace
  ✅ test_format_class_code_ends_with_newline
  ✅ test_format_class_code_adds_property_to_empty_class
  ✅ test_format_class_code_with_messy_source
  ✅ test_format_class_code_ensures_one_newline_between_usings_and_namespace
tests.unit.infrastructure.services.project_scanner.test_project_scanner
  ✅ test_extract_project_metadata_with_nested_layers
  ✅ test_flat_layer_folders_are_ignored
  ✅ test_only_solution_named_project_is_used
  ✅ test_extracts_provider_settings_from_correct_config_file
tests.unit.nodes.test_extract_relevant_sources
  ✅ test_extract_relevant_sources_reads_expected_files