Sha256: f00c3ccdb4a1e43686b2ccacec069ef46e4bb3f8916aac35184769d1af5dcd96
Contents?: true
Size: 712 Bytes
Versions: 4
Compression:
Stored size: 712 Bytes
Contents
# learn-test Runs RSpec, Jasmine, 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, Jasmine, 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
learn-test-3.0.0 | README.md |
learn-test-2.7.0 | README.md |
learn-test-2.6.1 | README.md |
learn-test-2.6.0 | README.md |