$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [test] Fixtures from file
From: Alexander Arhipenko (arhipjan_at_[hidden])
Date: 2012-04-07 06:27:21
Hi,
I need to open fixture file (e.g. the one that contains initial data
for testing)
in a BOOST_AUTO_TEST_CASE.
Could you please tell:
* Whether it's possible?
* If possible, than what is the most preferable way to do it?
JFYI:
We need to have something like python django fixtures.
Some details: https://docs.djangoproject.com/en/dev/topics/testing/?from=olddocs#django.test.TestCase.fixtures
Regards