Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Helper package for python.
NOTE: This package is tested on Python 3.10
, 3.11
/helpsk
/tests
pip install helpsk
99
rather than the suggested 79
See Makefile
for all commands.
To build the docker container:
make docker_build
To run the terminal inside the docker container:
make docker_zsh
To run the unit tests (including linting and doc-tests) from the commandline inside the docker container:
make tests
To run the unit tests (including linting and doc-tests) from the commandline outside the docker container:
make docker_tests
To build the python package and uploat do PyPI via twine from the commandline outside the docker container:
make all
The unit tests in this project are all found in the /tests
directory.
In the terminal, in the project directory, either run the Makefile command,
make tests
or the python command for running all tests
python -m unittest discover ./tests
FAQs
Python helper functions and classes.
We found that helpsk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.