Files
azuredatastudio/extensions/arc/src/test
Charles Gagnon 0f2b463536 Add ConnectControllerDialog tests (#11443)
* Automatically fix up arc controller URL

* wip

* Force tests to pass

* Refactor

* comment
2020-07-21 17:15:13 -07:00
..
2020-06-30 14:05:27 -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