Sha256: c2cd3627fefa447c5b3f2a65abb07ee5fee03fb40c59c7c7156667cb0dbd7e46
Contents?: true
Size: 701 Bytes
Versions: 23
Compression:
Stored size: 701 Bytes
Contents
# 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: ```ruby 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
Version data entries
23 entries across 23 versions & 1 rubygems