Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 500 Bytes

README.rst

File metadata and controls

22 lines (17 loc) · 500 Bytes

Server tests for autotest

This is where we develop the available server test modules for autotest.

Really quick start guide

  1. Fork this repo on github
  2. Create a new topic branch for your work
  3. Make sure you have inspektor installed.
  4. Run:
inspekt lint
inspekt style
  1. Fix any problems
  2. Push your changes and submit a pull request
  3. That's it.