mindflayer / python-mocket

a socket mock framework - for all kinds of socket animals, web-clients included
BSD 3-Clause "New" or "Revised" License
279 stars 41 forks source link

Fix for an unconvential usage of Mocket #192

Closed mindflayer closed 1 year ago

mindflayer commented 1 year ago

See #191 for details.

amotl commented 1 year ago

I will clone the repository and install the package manually.

Those commands had to be invoked within the repository tree,

pip install pipfile
python -c "import pipfile; pf = pipfile.load('Pipfile'); print('\n'.join(package+version for package, version in pf.data['default'].items()))" > requirements.txt

... in order to make the package pip-installable from another location:

pip install /path/to/python-mocket

After installing it, Terkin's LoRaWAN test cases, where we apparently used Mocket unconventionally, succeed again. Thank you so much!

With kind regards, Andreas.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

mindflayer commented 1 year ago

I am making Mocket's CI great again, give me a moment and I'll release a new version.

mindflayer commented 1 year ago

I had to do this to make it work again.