Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 525 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 525 Bytes

testly, a stupid test runner

Nose was too weird for my tastes, so I wrote something dumber.

Contents of this repository

  • testly.py: The main entry point, a Python script which imports and runs the testly modules.
  • testly: The source code to testly, consisting of Python modules which find and run your tests.
  • tests: A suite of test cases which will evolve with testly to ensure its safe performance.
  • test-testly.sh: A shell script which runs testly.py on its test suite.
  • README.md: This document.