source: tests/regression/Options/DryRun/post/session.py@ cd91bd

Candidate_v1.6.1 ChemicalSpaceEvaluator PythonUI_with_named_parameters TremoloParser_IncreasedPrecision
Last change on this file since cd91bd was cd91bd, checked in by Frederik Heber <frederik.heber@…>, 7 years ago

TESTFIX: Changes to test scripts because now keyword arguments are used in store-session.

  • TESTS: Removed XFAIL from failing tests again.
  • FIX: Removed doubled disclaimer in python tests.
  • Property mode set to 100644
File size: 439 bytes
RevLine 
[f3db60]1import pyMoleCuilder
2# ========================== Stored Session BEGIN ==========================
3pyMoleCuilder.CommandDryRun()
[cd91bd]4pyMoleCuilder.WorldInput(input="hydrogen.xyz")
5pyMoleCuilder.AtomAdd(add_atom="1", domain_position="0,0,0")
[f3db60]6pyMoleCuilder.SelectionAllAtoms()
[cd91bd]7pyMoleCuilder.AtomTranslate(position="5,5,5", periodic="0")
[f3db60]8pyMoleCuilder.CommandNoDryRun()
9# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.