Holmium-core

Latest version: v0.8.5

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.4

==============
* Old style class names removed (`Deprecated old class names`_)
* Introduced `Facets`_
* Introduced `Cucumber Features`_ integration with `fresher`_.
* General refactoring and code cleanup.

0.3.4

================
* Added support to ignore ssl certificate errors on chrome, firefox & phantomjs
* code cleanup
* improved test coverage

0.3.3

================
* Improved back reference access in Config object by allowing variable references
without requiring a prefix of `default` or the environment name. The resolution
order is current environment and then default.

For example, the following config will resolve `login_url` as **http://mysite.com/login**
and `profile_url` as **http://mysite.com/profile/prod_user** respectively, when `holmium.environment`
is set to **production**

.. code-block:: python

config = { "default" : {
"login_url" : "{{url}}/login"
, "profile_url":"{{url}}/profiles/{{username}}"}
, "production": {
"url": "http://mysite.com"
, "username":"prod_user"}
}

0.3.2

================
* Fluent response from page objects only when page method returns None

0.3.1

================
* Allow indexing of Sections objects

0.3

==============
* Bug Fix for instantiating multiple instances of the same the Page object
(https://github.com/alisaifee/holmium.core/issues/4)
* `Section object`_ introduced

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.