Runs RSpec, Mocha, and Python Pytest test suites and uploads the results to Learn.
Install with:
$ gem install learn-test
Alternatively, add this line to your application's Gemfile:
gem 'learn-test'
And then execute:
$ bundle
From within a directory with an RSpec, Karma, Mocha, or Python Pytest test suite, run:
$ learn-test
- Fork it ( https://github.com/flatiron-labs/learn-test/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request