Skip to content

test: Remove redundant unit tests and create a single unified suite - #50

Merged
isaacvando merged 11 commits into
mainfrom
consolidate-unit-tests
May 22, 2026
Merged

test: Remove redundant unit tests and create a single unified suite#50
isaacvando merged 11 commits into
mainfrom
consolidate-unit-tests

Conversation

@isaacvando

Copy link
Copy Markdown
Collaborator

Ticket(s) Closed

Most of the unit tests cover functionality that is already tested by the integration tests (now that the integration tests include the generated SQL).

I added any missing unit tests to the main QueryTests file and remove the unit test project. This approach allows us to have more robust coverage than before with fewer total tests.

What

Why

How

Tests

@isaacvando
isaacvando force-pushed the consolidate-unit-tests branch from a4cd48f to 6ce3551 Compare May 22, 2026 19:51
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.87%. Comparing base (aebbe1a) to head (fc06b5e).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   87.25%   85.87%   -1.39%     
==========================================
  Files          29       29              
  Lines         361      361              
  Branches       37       37              
==========================================
- Hits          315      310       -5     
- Misses         34       39       +5     
  Partials       12       12              
Flag Coverage Δ
net10.0 85.87% <ø> (-1.39%) ⬇️
net8.0 85.87% <ø> (-1.39%) ⬇️
net9.0 85.87% <ø> (-1.39%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@isaacvando
isaacvando merged commit e69631c into main May 22, 2026
11 checks passed
@isaacvando
isaacvando deleted the consolidate-unit-tests branch May 22, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant