Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A Gherkin runner for Python based on Nose and Lettuce.
Install:
pip install aloe
Read the documentation.
Pass the --with-gherkin
argument to nosetests
to run your BDD tests. You
may also pass the --no-ignore-python
argument to run other nose discovered
tests as well.
The aloe
command line tool is a wrapper for the nose
runner, configured to
only run Gherkin tests. As such, the invocation is the same as nose
, but the
following parameters are added:
-n N[,N...]
- only run the specified scenarios (by number, 1-based) in each
feature. Makes sense when only specifying one feature to run, for example
aloe features/calculator.feature -n 1
--test-class
- override the class used as a base for each feature.
--no-ignore-python
- run Python tests as well as Gherkin.
Aloe, started as a fork of Lettuce, tries to be compatible where it makes sense. However, there are following incompatible changes:
each_scenario
and each_background
callbacks are removed. Use
each_example
.-s
option for running particular scenarios is renamed to -n
.harvest
command, is moved to a
separate project, Aloe-Django.terrain.py
has no particular significance. It will be imported but only if
it exists at the same directory with the other step definition files, and not
above it.-v 3
.Aloe - Cucumber runner for Python based on Lettuce and Nose
Copyright (C) <2015> Alexey Kotlyarov a@koterpillar.com
Copyright (C) <2014-2015> Danielle Madeley danielle@madeley.id.au
Copyright (C) <2010-2012> Gabriel Falcão gabriel@nacaolivre.org
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Gherkin runner compatible with Lettuce
We found that aloe 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.