
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
lc3-ensemble-test
Advanced tools
This project is built upon lc3-ensemble. This module is an autograder library to test programs written in LC-3 assembly. To see the functions and how to implement an autograder, see doc/API.md
.
To install this package, you can use pip:
pip install lc3-ensemble-test
To install additional packages to help create autograders for GT CS 2110,
pip install "lc3-ensemble-test[std]"
There are several ways to display test results using pytest
's built-in functionality.
pytest
pytest --html=report.html --self-contained-html
The conftest.py
provided in examples/
will automatically open the generated page in a web browser.
pytest --junitxml=report.xml
If standard dependencies are not included, autograders can still be run with unittest
.
python3 -m unittest <DIR>
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install maturin
)maturin develop
ensemble_test.core
or ensemble_test.autograder
modules while inside the virtual environmentYou can run the autograder tests with the following:
cd tests
pytest
If installing directly from this repository,
pip install .
: Install the barebones autograderpip install ".[std]"
: Install the autograder and additional packages to help create autograders for CS 2110.FAQs
Python backend and autograder library for LC-3 assembly
We found that lc3-ensemble-test 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.