Test under both Python 2 and Python 3. Will need investigation.
Chris Pressey
3 years ago
22 | 22 | |
23 | 23 | -> Functionality "Run Samovar Simulation" is implemented by |
24 | 24 | -> shell command |
25 | -> "bin/samovar %(test-body-file) --min-events 4 --seed 0" | |
25 | -> "python2 bin/samovar %(test-body-file) --min-events 4 --seed 0" | |
26 | ||
27 | -> Functionality "Run Samovar Simulation" is implemented by | |
28 | -> shell command | |
29 | -> "python3 bin/samovar %(test-body-file) --min-events 4 --seed 0" | |
26 | 30 | |
27 | 31 | Basic Syntax |
28 | 32 | ------------ |