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

added a new DFStest #375

Merged
merged 1 commit into from Dec 13, 2023
Merged

Conversation

ErikDervishi03
Copy link
Contributor

-this is a pull request for issue #58
-i added a 7th test and it worked fine

Before:

[----------] 6 tests from DFSTest
[ RUN ] DFSTest.test_1
[ OK ] DFSTest.test_1 (0 ms)
[ RUN ] DFSTest.test_2
[ OK ] DFSTest.test_2 (0 ms)
[ RUN ] DFSTest.test_3
[ OK ] DFSTest.test_3 (0 ms)
[ RUN ] DFSTest.test_4
[ OK ] DFSTest.test_4 (0 ms)
[ RUN ] DFSTest.test_5
[ OK ] DFSTest.test_5 (0 ms)
[ RUN ] DFSTest.test_6
[ OK ] DFSTest.test_6 (0 ms)
[----------] 6 tests from DFSTest (0 ms total)

and after:

[----------] 7 tests from DFSTest
[ RUN ] DFSTest.test_1
[ OK ] DFSTest.test_1 (0 ms)
[ RUN ] DFSTest.test_2
[ OK ] DFSTest.test_2 (0 ms)
[ RUN ] DFSTest.test_3
[ OK ] DFSTest.test_3 (0 ms)
[ RUN ] DFSTest.test_4
[ OK ] DFSTest.test_4 (0 ms)
[ RUN ] DFSTest.test_5
[ OK ] DFSTest.test_5 (0 ms)
[ RUN ] DFSTest.test_6
[ OK ] DFSTest.test_6 (0 ms)
[ RUN ] DFSTest.test_7
[ OK ] DFSTest.test_7 (0 ms)
[----------] 7 tests from DFSTest (0 ms total)

@ghost
Copy link

ghost commented Dec 13, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@ZigRazor ZigRazor merged commit b876335 into ZigRazor:master Dec 13, 2023
7 of 10 checks passed
@ZigRazor ZigRazor linked an issue Dec 13, 2023 that may be closed by this pull request
@ErikDervishi03 ErikDervishi03 deleted the new_dfs_tests branch December 16, 2023 15:16
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.

Add Tests on DFS Algorithms
2 participants