Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 904 Bytes

tasklist.md

File metadata and controls

30 lines (24 loc) · 904 Bytes

Task list for hxpect project

Haxelib: http://lib.haxe.org/p/hxpect Github: https://github.com/Markavian/hxpect

In progress

Completed

  • Add documentation to README.md
  • Basic assertions
  • Test Runner for junit style tests
  • Spec Runner for spec style tests
  • Command line runner to scan test directories for test classes
  • OpenFL support out of the box with no special config

Backlog

  • Add an -openfl flag to prevent default inclusion of OpenFL libraries in build process
  • Look into @Test metadata instead of using test_ for test runner tests.

Research

Wishlist

  • Consider use of metadata to identify tests and test classes