nguyenchr / atom-cargo-test-runner

Cargo test runner for Atom Editor
https://atom.io/packages/cargo-test-runner
MIT License
5 stars 3 forks source link

:warning: Looking for maintainers :warning:

Currently not working on anything rust related so looking for people to contribute to this package

Atom : Cargo test runner

License

Runs Cargo tests from within Atom.

This package is heavily based off Mocha Test Runner

Requirements

Rust and Cargo must be installed.

Usage

This plugin looks for the closest cargo.toml to the current file It then runs cargo from this directory

Settings

If you go to the settings pane, you can set the following values:

Help

I built this plugin while learning Rust. I'm sure there are a bunch of cool things that Cargo can do that I don't know about yet, if you can think of a cool feature, feel free to help out.