mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
* defining arcApi * pr feedback * activate arc extension in test * skip failing test temporarily * remove arcService test file
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
1. (Optional, recommended) Create and activate a Python virtual environment
python -m venv envsource 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