Changeset be848d for tests/regression/Options
- Timestamp:
- Jun 21, 2017, 10:02:14 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, Candidate_v1.7.0, ChangeBugEmailaddress, ChemicalSpaceEvaluator, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, stable
- Children:
- 78ea3c
- Parents:
- 9a9f847 (diff), 6116df (diff)
 Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
 Use the(diff)links above to see all the changes relative to each parent.
- Location:
- tests/regression/Options
- Files:
- 
      - 4 edited
 
 - 
          
  DryRun/post/session.py (modified) (1 diff)
- 
          
  DryRun/testsuite-options-dryrun-storesession.at (modified) (1 diff)
- 
          
  Session/post/complextest.py (modified) (1 diff)
- 
          
  Session/pre/complextest.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tests/regression/Options/DryRun/post/session.pyr9a9f847 rbe848d 5 5 pyMoleCuilder.AtomAdd("1", "0,0,0") 6 6 pyMoleCuilder.SelectionAllAtoms() 7 pyMoleCuilder.AtomTranslate(" 0,0,0", "0")7 pyMoleCuilder.AtomTranslate("5,5,5", "0") 8 8 pyMoleCuilder.CommandNoDryRun() 9 9 # =========================== Stored Session END =========================== 
- 
      tests/regression/Options/DryRun/testsuite-options-dryrun-storesession.atr9a9f847 rbe848d 20 20 AT_SETUP([Standard Options - dry run and store session]) 21 21 AT_KEYWORDS([options dry-run no-dry-run store-session]) 22 AT_SKIP_IF([../../molecuilder --help store-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 22 23 23 24 # sample session 24 25 file="session.py" 25 AT_CHECK([../../molecuilder --dry-run --input hydrogen.xyz --add-atom 1 --domain-position "0,0,0" --select-all-atoms --translate-atoms "5,5,5" --no-dry-run --store-session $file --session-type python], 0, [ignore], [ignore])26 AT_CHECK([../../molecuilder --dry-run --input hydrogen.xyz --add-atom 1 --domain-position "0,0,0" --select-all-atoms --translate-atoms --position "5,5,5" --no-dry-run --store-session $file --session-type python], 0, [ignore], [ignore]) 26 27 AT_CHECK([test -f $file], 0, [ignore], [ignore]) 27 28 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Options/DryRun/post/$file], 0, [ignore], [ignore]) 
- 
      tests/regression/Options/Session/post/complextest.pyr9a9f847 rbe848d 9 9 pyMoleCuilder.GraphSubgraphDissection() 10 10 pyMoleCuilder.SelectionMoleculeOfAtom() 11 pyMoleCuilder.FillRegularGrid("3 3 3", " 0.5,0.5,0.5", "1", "0", "0", "0", "0")11 pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0") 12 12 pyMoleCuilder.CommandVersion() 13 13 # =========================== Stored Session END =========================== 
- 
      tests/regression/Options/Session/pre/complextest.pyr9a9f847 rbe848d 9 9 pyMoleCuilder.GraphSubgraphDissection() 10 10 pyMoleCuilder.SelectionMoleculeOfAtom() 11 pyMoleCuilder.FillRegularGrid("3 3 3", " 0.5,0.5,0.5", "1", "0", "0", "0", "0")11 pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0") 12 12 pyMoleCuilder.CommandVersion() 13 13 # =========================== Stored Session END =========================== 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
