Skip to content

Gtest setUp to simplify tests#259

Merged
aobolensk merged 13 commits into
mainfrom
Semyon1104/TestsSetUp
Feb 5, 2026
Merged

Gtest setUp to simplify tests#259
aobolensk merged 13 commits into
mainfrom
Semyon1104/TestsSetUp

Conversation

@Semyon1104

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread test/single_layer/fixture.hpp Outdated

#include "layers/Layer.hpp"

using namespace it_lab_ai;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, do not use using namespace * in headers

@codecov

codecov Bot commented Feb 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.31%. Comparing base (213056c) to head (7fe7c12).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
+ Coverage   81.80%   82.31%   +0.51%     
==========================================
  Files          49       49              
  Lines        2632     2630       -2     
  Branches     1575     1573       -2     
==========================================
+ Hits         2153     2165      +12     
+ Misses        230      226       -4     
+ Partials      249      239      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@AndreySorokin7

Copy link
Copy Markdown
Collaborator

I would ask you to move the parallel versions of the layer tests to separate files and a different folder, but this is already being done in the next request, so you can merge this one.

Comment thread test/single_layer/fixture.hpp Outdated
@aobolensk aobolensk merged commit b242554 into main Feb 5, 2026
23 checks passed
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.

4 participants