Skip to content

Conversation

@rabea-al
Copy link
Contributor

Description

Pull Request Type

  • Xircuits Core (Jupyterlab Related changes)
  • Xircuits Canvas (Custom RD Related changes)
  • Xircuits Component Library
  • Xircuits Project Template
  • Testing Automation
  • Documentation
  • Others (Please Specify)

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Tests

Create and activate virtual environment

python3 -m venv venv && source venv/bin/activate
pip install -e .
pip install pytest

Navigate to tests directory

cd tests

Run all update-related tests

pytest -v cli_tests.py -k "update"

Or run individual tests if needed

pytest -v cli_tests.py::test_34_update_basic
pytest -v cli_tests.py::test_35_update_dry_run
pytest -v cli_tests.py::test_36_update_specific_ref
pytest -v cli_tests.py::test_37_update_prune_archives_locals
pytest -v cli_tests.py::test_38_update_without_installing_deps
pytest -v cli_tests.py::test_39_update_repo_override_with_ref

Tested on? Specify Version.

  • Windows
  • Linux Fedora
  • Mac
  • Others (State here -> xxx )

@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch rabea-al/xircuits/cli-update-pr450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant