Compare commits

..

No commits in common. "fec4315be26c87b6e4d89900c83e36e49ba54440" and "868017c79f83d1830adec1776d736e04090b5174" have entirely different histories.

7 changed files with 2 additions and 10 deletions

View File

@ -1,8 +0,0 @@
# Events
If you want to receive updates on certain events there are two routes you can take:
- Register a class that implements an `on_update(self, event) -> None` method on the `{Remote}.subject` class.
- Register callback functions/methods on the `{Remote}.subject` class, one for each type of update.
Included are examples of both approaches.

View File

@ -58,5 +58,5 @@ def test_all():
def generate_badges(): def generate_badges():
for kind in ['basic', 'banana', 'potato']: for kind in ['basic', 'banana', 'potato']:
subprocess.run( subprocess.run(
['tox', 'r', '-e', 'genbadge'], env=os.environ.copy() | {'KIND': kind} ['tox', 'r', '-e', 'genbadges'], env=os.environ.copy() | {'KIND': kind}
) )

View File

@ -10,7 +10,7 @@ commands_pre =
commands = commands =
poetry run pytest tests poetry run pytest tests
[testenv:genbadge] [testenv:genbadges]
passenv = * passenv = *
setenv = VIRTUALENV_DISCOVERY=pyenv setenv = VIRTUALENV_DISCOVERY=pyenv
allowlist_externals = poetry allowlist_externals = poetry