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

Name of the functions tested #23

Open
Hedriss10 opened this issue Dec 14, 2024 · 1 comment
Open

Name of the functions tested #23

Hedriss10 opened this issue Dec 14, 2024 · 1 comment

Comments

@Hedriss10
Copy link

I used your project and really liked the tool. I would like to continue this project. We could be a big competitor to pytest-report-html, haha. But here's what I did. See what you think:

  • Capturing function names
  • Capturing the function's test status
  • Developing an MD footer

See the example of how it turned out:

Test Report - platform-bs-users


📝 Test results

Total Tests: 16
Passed: 16
Failed: 0

Passed Tests ✅

  • test/resource/test_users.py::TestUsers::test_get_list_all_users
  • test/resource/test_users.py::TestUsers::test_post_add_user
  • test/resource/test_users.py::TestUsers::test_edit_user
  • test/resource/test_users.py::TestUsers::test_delete_user
  • test/service/test_pgadmin.py::TestPgAdmin::test_close_connection
  • test/service/test_pgadmin.py::TestPgAdmin::test_commit
  • test/service/test_response.py::test_default_response_message
  • test/service/test_response.py::test_response_success
  • test/service/test_response.py::test_response_client_error
  • test/service/test_response.py::test_response_traceback_printed
  • test/service/test_response.py::test_logging_exception
  • test/service/test_response.py::test_response_exception
  • test/utils/test_magicrypt.py::test_compress_response
  • test/utils/test_magicrypt.py::test_decompress_payload
  • test/utils/test_pagination.py::test_pagination
  • test/utils/test_pagination.py::test_metadata

Failed Tests ❌


📊 Test Summary

  • Passed Tests: 16 ✅
  • Failed Tests: 0 ❌

Report styled with ❤️ for platform-bs-users on 13-Dec-2024 at 22:20:10

@Hedriss10 Hedriss10 reopened this Dec 14, 2024
@Hedriss10
Copy link
Author

It's not an error or a bug, it would just be improvements. I've never participated in a project like that, so I reported what I did internally to improve the test report.

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

No branches or pull requests

1 participant