lp:~niemeyer/+junk/insttest

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:~niemeyer/+junk/insttest
Only Gustavo Niemeyer can upload to this branch. If you are Gustavo Niemeyer please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Gustavo Niemeyer
Status:
Development

Recent revisions

26. By Gustavo Niemeyer

Adding Makefile back, to test goinstall again.

25. By Gustavo Niemeyer

Renamed:
  gocheckrun.go => run.go
  gochecktest.go => helpers.go

24. By Gustavo Niemeyer

Moved everything out of src/, so that goinstall works better.

23. By Gustavo Niemeyer

Removed Makefile, preparing to move remove src/ so that it
works better with goinstall.

22. By Gustavo Niemeyer

- Use a single "C" type, rather than T, F, B, etc.
- Test that C actually works in fixtures too (asserts, etc).
- Test matching with -f won't have ^$ added by default.

21. By Gustavo Niemeyer

Using regexp rather than testing, and renamed GetLog to GetTestLog.

20. By Gustavo Niemeyer

Implemented support for filtering tests.

One can now filter tests out with the -f option, either via
suite names, or via test names.

19. By Gustavo Niemeyer

Line number improvements + AssertMatch() changes:

- Line numbers from the test case itself will now be reported, even if
  the error is being logged form within another function (in which case
  both lines/files are shown).
- Line number for the test case itself is now also reported in the
  failure header.
- Replaced AssertErr() with AssertMatch(). AssertEqual() handles the
  equality cases very well already, and AssertMatch() may now be used
  for any other tests.

18. By Gustavo Niemeyer

Oops, committed the purposefuly broken test by mistake.

17. By Gustavo Niemeyer

Now gotest will fail on gocheck failures.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers