# # ChangeLog for tests/regression/Python/testsuite-python.at # # Generated by Trac 1.6 # May 22, 2025, 10:44:14 PM Mon, 07 Nov 2011 16:13:18 GMT Frederik Heber [6c61a9] * tests/regression/Makefile.am (modified) * tests/regression/Python/BoxMaker/post/out.data (added) * tests/regression/Python/BoxMaker/post/out.xyz (added) * tests/regression/Python/BoxMaker/pre/argon.data (added) * tests/regression/Python/BoxMaker/pre/argon.potentials (added) * tests/regression/Python/BoxMaker/pre/argon.tremolo (added) * tests/regression/Python/BoxMaker/testsuite-python-boxmaker.at (added) * tests/regression/Python/testsuite-python.at (modified) Added regression test for boxmaker.py. Mon, 07 Nov 2011 12:24:07 GMT Frederik Heber [54088a] * src/Actions/AnalysisAction/CalculateCellVolumeAction.cpp (modified) * src/Actions/AnalysisAction/CalculateCellVolumeAction.def (modified) * src/Actions/AnalysisAction/CalculateCellVolumeAction.hpp (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * tests/regression/Analysis/CalculateCellVolume/testsuite-analysis-calculate-cell-volume.at (added) * tests/regression/Analysis/testsuite-analysis.at (modified) * tests/regression/Makefile.am (modified) * tests/regression/Python/ReturnValueActions/testsuite-python-returnvalueactions.at (added) * tests/regression/Python/testsuite-python.at (modified) Added first Reaction named CalculateCellVolumeAction. - this sets ... Mon, 07 Nov 2011 12:24:03 GMT Frederik Heber [3493da] * tests/regression/Makefile.am (modified) * tests/regression/Python/AllActions/getPossibleOptions.sh (added) * tests/regression/Python/AllActions/missing.dat (added) * tests/regression/Python/AllActions/options.dat (added) * tests/regression/Python/AllActions/testsuite-python-allactions.at (added) * tests/regression/Python/testsuite-python.at (modified) Gathered default values for each action and wrote regression test ... Fri, 04 Nov 2011 15:20:41 GMT Frederik Heber [693a80] * src/Actions/pyMoleCuilder.cpp (added) * src/Makefile.am (modified) * tests/regression/Makefile.am (modified) * tests/regression/Python/CommandHelp/testsuite-python-commandhelp.at (added) * tests/regression/Python/testsuite-python.at (modified) Added pyMoleCuilder as python module with single exported function ... Fri, 04 Nov 2011 15:20:40 GMT Frederik Heber [d470a6] * tests/regression/Makefile.am (modified) * tests/regression/Python/Pythontest/testsuite-python-pythontest.at (added) * tests/regression/Python/testsuite-python.at (modified) Moved regression test on little test module Pythontest into ... Fri, 04 Nov 2011 15:20:40 GMT Frederik Heber [2d31e1] * configure.ac (modified) * src/Actions/hello.cpp (modified) * src/Makefile.am (modified) * tests/regression/Makefile.am (modified) * tests/regression/Python/run.in (added) * tests/regression/Python/testsuite-python.at (modified) Python tests are now launched via small script run.in. - this is ... Fri, 04 Nov 2011 15:20:40 GMT Frederik Heber [715085] * configure.ac (modified) * m4/ax_python.m4 (added) * src/Actions/hello.cpp (added) * src/Makefile.am (modified) * tests/regression/Makefile.am (modified) * tests/regression/Python/testsuite-python.at (added) * tests/regression/testsuite.at (modified) Simple boost::python test program added. - we have a function ...