Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conda-store-server

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conda-store-server

Conda Environment Management, Builds, and Serve

  • 2024.11.2
  • Source
  • PyPI
  • Socket score

Maintainers
5

conda-store server

A multi-tenant server for managing conda environments. See the documentation for more information.

Running tests

Run tests with pytest

# ignoring integration tests
$ python -m pytest -m "not extended_prefix and not user_journey" tests/

# ignoring long running tests
$ python -m pytest -m "not extended_prefix and not user_journey and not long_running_test" tests/

Run tests with code coverage

Ensure you have pytest-cov install

$ pip install pytest-cov

Run tests

$ python -m pytest -m "not extended_prefix and not user_journey" --cov=conda_store_server tests/

Check coverage report

$ coverage report

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc