Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
/ learn-test Public archive

⚠️ This gem is no longer maintained & its web features are no longer available

License

Notifications You must be signed in to change notification settings

learn-co/learn-test

Repository files navigation

learn-test

Runs RSpec, Mocha, and Python Pytest test suites and uploads the results to Learn.

Installation

Install with:

$ gem install learn-test

Alternatively, add this line to your application's Gemfile:

gem 'learn-test'

And then execute:

$ bundle

Usage

From within a directory with an RSpec, Karma, Mocha, or Python Pytest test suite, run:

$ learn-test

Contributing

  1. Fork it ( https://github.com/flatiron-labs/learn-test/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request