>>>>> Ankit Vadehrā <[email protected]> writes: > Hi, i'm Ankit Vadehra, can someone please explain me the approach taken to > write the ledger tests ??
You write a Ledger data file, named "foo.test", for example, and within that file you can have a "test COMMAND/end test" block, which specifies the expected output from that COMMAND. Running the test verifies that the output is as expected. > And, what are the core-functionalities that has to be tested in detail, as > the present tests are confusing, what with Python Clusters, CppUnit tests > and Boost:Test.. There should be no cppunit tests anymore, as everything uses Boost::Test. Can you explain a bit further what it is that you find confusing? The test infrastructure is very lightweight at the moment. > what is the exact place that has to be tested.. ?? We could also use additional testing of just about anything! John -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
