codyswanner / Meme-Cataloger2

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Writing Sockets module tests #83

Open codyswanner opened 1 month ago

codyswanner commented 1 month ago

The following should be tested in the Sockets module:

FilterConsumer methods:

Additionally in this module:

codyswanner commented 1 month ago

a503026 addresses apply_filters, add_tag and remove_tag!

codyswanner commented 2 weeks ago

routing is only a list of possible routes, like a phone book; it doesn't actually call anything or have any functionality. Since there is nothing to test here, marking this off the list. Coverage for this should be in asgi.py which calls this module for routing information (ie, uses it like the phone book it is).