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

Finish implementation of pubsub #120

Closed
wants to merge 1 commit into from
Closed

Finish implementation of pubsub #120

wants to merge 1 commit into from

Commits on Mar 1, 2017

  1. Finish implementation of pubsub

    The original pubsub implementation didn't actually work
    fully, it's supposed to be a callable.
    
    So I've implemented much more of it, enough to mock reasonably.
    You do basic things like publish messages, but most everything else
    is just a no-op.  Most of what pubsub does doesn't really work well
    when mocking anyway, so this is good enough to deal with the basics.
    
    Feel free to suggest more functionality - I only need the basics,
    but I'd be happy to do a bit more on this if needed.
    
    Fixes #115
    Michael Stella committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    f93811c View commit details
    Browse the repository at this point in the history