Files
azuredatastudio/extensions/arc/src/test
Charles Gagnon 188cfdbd20 Update Arc extension version and fix Controller connectivity status names (#11498)
* Update connectivity mode names

(cherry picked from commit f0aabcfa86d178cdf74470f9fdeded19718bcea2)

* Bump package version

(cherry picked from commit e08370539006c638d6e25c2f4f23fa2754a3377d)
2020-07-23 16:37:48 -07:00
..
2020-06-30 14:05:27 -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