You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for showing interest in TorBot. We’re grateful for every developer who has contributed, making this project what it is today. 🌟
As we continually strive to improve the quality and reliability of our codebase, we’re inviting all of you to make a difference this Hacktoberfest by contributing more unit tests. This not only enhances our project’s robustness but also provides a fantastic learning experience for those diving into testing.
🔍 What we’re looking for:
1. Comprehensive unit tests that cover various edge cases.
2. Tests that are readable and maintainable.
3. Using our preferred testing library/framework [e.g., pytest].
🛠 Getting Started:
1. Check out the development guidelines for more insights.
2. Pick an open issue tagged with ‘needs-tests’ or suggest one.
3. Comment on the issue, letting us know you’re working on it.
4. Fork, write tests, submit a PR!
🎁 As a token of appreciation, contributors adding significant contributions will be prominently mentioned in our project’s README. Plus, it’s a chance to earn those coveted Hacktoberfest digital swags!
Let’s make TorBot more resilient and trustworthy, one test at a time. Happy hacking and happy Hacktoberfest! 🍁
The text was updated successfully, but these errors were encountered:
@luv2027 There have been some major changes recently. The testing frameworks are the same, but the test suite has been removed and needs to be completely replaced. Here's an example of a unit test. #313
Basic unit tests have been added for much of the HTML parsing code. More complex unit tests could be added and the test suite could be expanded to the LinkTree and LinkNode classes.
🍂 Hello Hacktoberfest23 Contributors! 🍂
First off, thank you for showing interest in TorBot. We’re grateful for every developer who has contributed, making this project what it is today. 🌟
As we continually strive to improve the quality and reliability of our codebase, we’re inviting all of you to make a difference this Hacktoberfest by contributing more unit tests. This not only enhances our project’s robustness but also provides a fantastic learning experience for those diving into testing.
🔍 What we’re looking for:
🛠 Getting Started:
🎁 As a token of appreciation, contributors adding significant contributions will be prominently mentioned in our project’s README. Plus, it’s a chance to earn those coveted Hacktoberfest digital swags!
Let’s make TorBot more resilient and trustworthy, one test at a time. Happy hacking and happy Hacktoberfest! 🍁
The text was updated successfully, but these errors were encountered: