reactive-firewall / multicast

The multicast package is a Python library that simplifies sending and receiving multicast network messages. It provides classes and tools for implementing multicast communication in Python applications, making it straightforward to work with multicast sockets.
Other
2 stars 0 forks source link

Implement Tests for Verifying 'tests/requirements.txt' #101

Closed coderabbitai[bot] closed 1 month ago

coderabbitai[bot] commented 1 month ago

As discussed in PR #75 and the comment, we need to implement tests to ensure:

  1. The tests/requirements.txt file exists.
  2. The format of tests/requirements.txt is valid.
  3. Dependencies in tests/requirements.txt can be installed without issues.

These tests should be grouped together for consistency and better maintenance.