Feature #339
Add g4mice integration tests...
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Testing
Target version:
Start date:
23 February 2011
Due date:
% Done:
0%
Estimated time:
Workflow:
Description
Add all g4mice application tests:
- PhysicsList
- Multipole
- Probably some of the "Unit" tests are really application tests
Updated by Tunnell, Christopher over 12 years ago
- Category set to Testing
probably requires discussion since integration tests may now fall into MAUS-land?
Updated by Tunnell, Christopher about 12 years ago
The physics lists tests (if you want to talk about how to do it) I think fit nicely as python unit tests.
Updated by Rogers, Chris about 12 years ago
Fine it can be done with unittest module. I need to bring the code across, that means making sure I understand how simulation does geometries and such like.
Note in my jargon this is not a unit test. A unit test tests the smallest possible unit, i.e. a function.
This is an application level test (checking that we have integrated G4 correctly with simulation). That's really testing the design is correct.
We can do application tests using python unittest library of course, which I think was your point.
Updated by Rogers, Chris almost 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.1.0
Updated by Rogers, Chris over 11 years ago
- Target version changed from MAUS-v0.1.0 to Future MAUS release