https://github.com/damnwidget/anaconda_rust_test
Test Suite for AnacondaRUST plugin for Anaconda package for Sublime Text 3
https://github.com/damnwidget/anaconda_rust_test
Last synced: 10 months ago
JSON representation
Test Suite for AnacondaRUST plugin for Anaconda package for Sublime Text 3
- Host: GitHub
- URL: https://github.com/damnwidget/anaconda_rust_test
- Owner: DamnWidget
- License: gpl-3.0
- Created: 2016-05-11T10:56:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T16:29:37.000Z (almost 10 years ago)
- Last Synced: 2025-08-17T08:35:03.912Z (10 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tests Suite for AnacondaRUST
This repo contains the tests suite for AnacondaRUST
## How to use it?
First clone this repository into your local machine and then run
* `git submodule init`
* `git submodule update`
Then you can execute in the root diretcory:
`nosetests -v`
## NOTE:
Anaconda plugins can be tested with Python 3.4 or better only