Files
azuredatastudio/extensions/arc/src/test
Arvind Ranasaria c5d0c6f623 defining arc api (#12153)
* defining arcApi

* pr feedback

* activate arc extension in test

* skip failing test temporarily

* remove arcService test file
2020-09-05 10:09:15 -07:00
..
2020-09-05 10:09:15 -07:00
2020-09-05 10:09:15 -07:00
2020-09-05 10:09:15 -07:00
2020-09-05 10:09:15 -07:00
2020-06-24 08:33:16 -07:00

Tests for deploying Arc resources via Jupyter notebook

Prerequisites

  • Python >= 3.6
  • Pip package manager
  • Azdata CLI installed and logged into an Arc controller

Running the tests

  • python -m venv env
  • source env/bin/activate (Linux)
  • env\Scripts\activate.bat (Windows)

2. Upgrade pip

  • pip install --upgrade pip

3. Install the dependencies

  • pip install -r requirements.txt

4. Run the tests

  • pytest