genie.examples 19.6.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

genie.examples 19.6.0

Genie is both a library framework and a test harness that facilitates rapid
development, encourage re-usable and simplify writing test automation. Genie bundled with
the modular architecture of pyATS framework accelerates and simplifies test
automation leveraging all the perks of the Python programming language in an
object-orienting fashion.
pyATS is an end-to-end testing ecosystem, specializing in data-driven and
reusable testing, and engineered to be suitable for Agile, rapid development
iterations. Extensible by design, pyATS enables developers start with small,
simple and linear test cases, and scale towards large, complex and asynchronous
test suites.
Genie was initially developed internally in Cisco, and is now available to the
general public starting early 2018 through Cisco DevNet. Visit the Genie
home page at

https://developer.cisco.com/site/pyats/


Examples Package
Contains various examples of Genie that installs into your local virtual
environment at sys.prefix/examples/genie / $VIRTUAL_ENV/examples/genie.


Requirements
Genie currently supports Python 3.4+ on Linux & Mac systems. Windows platforms
are not yet supported.


Quick Start
# install genie as a whole
$ pip install genie

# to upgrade this package manually
$ pip install --upgrade genie.examples

# to install alpha/beta versions, add --pre
$ pip isntall --pre genie.examples
For more information on setting up your Python development environment,
such as creating virtual environment and installing pip on your system,
please refer to Virtual Environment and Packages in Python tutorials.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.