summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Added --exchange (-x) optionJohn Wiegley2009-02-221-5/+5
| | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD
* Restored the --budget optionJohn Wiegley2009-02-201-9/+9
|
* Re-enabled parsing of timelog dataJohn Wiegley2009-02-191-98/+98
|
* Fixed several unused value and param warningsJohn Wiegley2009-02-165-13/+0
|
* Fixed some incorrect #includes.John Wiegley2009-02-072-3/+2
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-045-15/+15
|
* Removed serialization tests from the amount_t unit tests.John Wiegley2009-02-032-93/+0
|
* Added a more efficient amount_t::operator==, which changed semantics slightly.John Wiegley2009-01-311-4/+3
|
* Rationals based math is now passing the unit tests.John Wiegley2009-01-313-205/+32
|
* Several corrections to the way rationals are handled.John Wiegley2009-01-311-40/+47
|
* Don't perform rounding tests in Python.John Wiegley2009-01-312-0/+8
|
* Make amounts output fullstrings in the commodity unit tests.John Wiegley2009-01-311-0/+1
|
* Removed all dependency on gdtoa.John Wiegley2009-01-301-16/+3
|
* Fixed the amount_t unit test.John Wiegley2009-01-301-9/+9
|
* Added a slew of date/time format tests (inactive, however).John Wiegley2009-01-301-0/+45
|
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-287-133/+198
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-2512-87/+36
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Further extended commodities unit test.John Wiegley2009-01-191-1/+8
|
* Extended commodities unit test.John Wiegley2009-01-191-24/+29
|
* Added a recursive, date-based commodity price searching capability. ThisJohn Wiegley2009-01-191-2/+17
| | | | | | makes it possible to find all possible prices for a commodity by walking the map of pricing relationships to all other commodities, even if the relation is distant.
* Increase code coverage of the unit tests.John Wiegley2008-08-131-4/+0
|
* Moved several tests around again (python/test -> test/python).John Wiegley2008-08-062-4/+4
|
* Moved the test sources around, so that all the unit tests are in test/unit.John Wiegley2008-08-0514-0/+2098