Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klorenz/nuclide-test-runner-pytest
py.test Test Runner for nuclide-test-runner
https://github.com/klorenz/nuclide-test-runner-pytest
Last synced: 11 days ago
JSON representation
py.test Test Runner for nuclide-test-runner
- Host: GitHub
- URL: https://github.com/klorenz/nuclide-test-runner-pytest
- Owner: klorenz
- License: mit
- Created: 2015-11-08T03:17:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T06:26:57.000Z (over 7 years ago)
- Last Synced: 2024-08-01T10:16:09.281Z (3 months ago)
- Language: CoffeeScript
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nuclide-test-runner-pytest package
This is a [py.test](http://pytest.org) test runner plugin for Atom. This plugin cannot run
on its own. It is a test runner service provider for
[Nuclide IDE's Test Runner](https://atom.io/packages/nuclide-test-runner).![Screenshot](https://raw.githubusercontent.com/klorenz/nuclide-test-runner-pytest/master/screenshot.png)
If you want to run tests in atom, you have to install nuclide-test-runner also:
```shell
apm install nuclide-test-runner
```You do not need other nuclide packages.
For best experience, you also should install
[language-ansi](https://atom.io/packages/language-ansi):
```shell
apm install language-ansi
```The shipped ANSI highlighting of nuclide test runner has bugs.