nutter
Testing framework for Databricks notebooks
File Explorer
Download Latest Version (.zip)- devcontainer.json
- on-create.sh
- pythonpackage.yml
- pythonpublish.yml
- example_launch.json
- settings.json
- __init__.py
- eventhandlers.py
- nuttercli.py
- reportsman.py
- resultsvalidator.py
- __init__.py
- api.py
- apiclient.py
- apiclientresults.py
- authconfig.py
- httpretrier.py
- pickleserializable.py
- resultreports.py
- resultsview.py
- scheduler.py
- statuseventhandler.py
- stringwriter.py
- testexecresults.py
- testresult.py
- utils.py
- __init__.py
- fixtureloader.py
- nutterfixture.py
- runner.py
- testcase.py
- __init__.py
- test_eventhandlers.py
- test_nuttercli.py
- test_reportsman.py
- test_resultsvalidator.py
- __init__.py
- test_apiclient.py
- test_authconfig.py
- test_httpretrier.py
- test_utils.py
- __init__.py
- test_api.py
- test_apiclientresults.py
- test_resultreports.py
- test_resultsview.py
- test_scheduler.py
- test_statuseventhandler.py
- test_testexecresults.py
- test_testresult.py
- __init__.py
- test_fixtureloader.py
- test_nutterfixture.py
- test_nutterfixure_fullroundtriptests.py
- test_runner.py
- test_testcase.py
- testnutterfixturebuilder.py
- __init__.py
- .gitignore
- cluster_install.PNG
- CODE_OF_CONDUCT.md
- dev_requirements.txt
- LICENSE
- README.md
- requirements.txt
- SECURITY.md
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/microsoft/nutter
Downloads the entire project code from GitHub to your computer.
cd nutter
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install nutter
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install nutter
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
