Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests #10

Merged
merged 3 commits into from
Apr 30, 2024
Merged

tests #10

merged 3 commits into from
Apr 30, 2024

Conversation

flovnes
Copy link
Owner

@flovnes flovnes commented Apr 30, 2024

some renaming and new tests

tests/tests.cs Outdated
@@ -16,29 +16,54 @@ public static void Student_Constructor_ReturnStudentList()
}

[Fact]
public static void TestVar10()
public static void Student_Var10_ReturnStudents()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Student_FilterPhysicians_ReturnStudents()

tests/tests.cs Outdated
students.Add(new("surname FIRST_NAME 🔥 F 02.06.3220 3 3 3 1234"));
students.Add(new("1 2 3 4 29.08.2002 - 5 - 6666"));

int count = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

counter

codestyle🔥🔥🔥🔥

Copy link
Collaborator

@dimakyba dimakyba left a comment

Choose a reason for hiding this comment

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

LGBT(LGTM)

@dimakyba dimakyba merged commit 1c3010e into main Apr 30, 2024
1 check 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.

2 participants