~chicharreros/magicicada-protocol/+git/main:black-formatting

Last commit made on 2022-08-22
Get this branch:
git clone -b black-formatting https://git.launchpad.net/~chicharreros/magicicada-protocol/+git/main

Branch merges

Branch information

Name:
black-formatting
Repository:
lp:~chicharreros/magicicada-protocol/+git/main

Recent commits

2dd614a... by Natalia Bidart

Fixed regex for exclusions

7bcd662... by Natalia Bidart

Ran black reformat tool

Fixes #4

4f9c902... by Natalia Bidart

Release 3.0.3

1f68eb8... by Natalia Bidart

Merge pull request #11 from chicharreros/fix-eof-handling

Ensure GetContent.processMessage always handles bytes

e22cf67... by Natalia Bidart

Ensure GetContent.processMessage always handles bytes

This fixes the error obtained when running server tests:

magicicadaprotocol/client.py", line 640, in processMessage
    self.data = "".join(self.parts)
builtins.TypeError: sequence item 0: expected str instance, bytes found

a0916c2... by Natalia Bidart

Merge pull request #10 from chicharreros/run-tests-py3.10

Runs tests in newer Ubuntu and latest Python 3.10

dbdaddf... by Natalia Bidart

Runs tests in newer Ubuntu and latest Python 3.10

c745c88... by Natalia Bidart

Bumped version to 3.0.2

edddf5d... by Natalia Bidart

Merge pull request #9 from chicharreros/client-derived-fixes

Fixed derived from IRL testing with the ported client

d9c7f7a... by Natalia Bidart

Fixed derived from IRL testing with the ported client

This work ensures the dataReceived handler uses bytes consistently when
processing the received data.