date_time icon indicating copy to clipboard operation
date_time copied to clipboard

Add 10 unit tests from joda-time library to Boost Date

Open testmigrator opened this issue 2 years ago • 1 comments

I have developed a tool for migrating high-quality unit tests from well-known open source libraries to other projects. I have successfully used this tool to migrate 10 unit tests from the joda-time library, a popular open source library for date and time manipulation in Java, to the Boost Date library.

I would like to submit a pull request for the Boost C++ Libraries. The changes include adding a new test file named "TestGroup1" that tests various properties and functionalities of the ptime and date objects in the boost::posix_time and boost::gregorian namespaces. The file includes 10 test cases that cover different aspects of the objects, such as getting and setting their properties, comparing them, and testing their behavior in edge cases.

Thank you for your time and consideration.

testmigrator avatar Apr 07 '23 03:04 testmigrator

I kindly request the author to consider and accept the converted unit tests, which have been thoroughly compiled and verified.

testmigrator avatar Jul 14 '23 09:07 testmigrator