Skip to content

Commit

Permalink
fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Kus committed Feb 25, 2024
1 parent d148233 commit 85cce98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ from selenium import webdriver
from selenium.webdriver.common.by import By
import time

import pytest_in_robotframework #EXAMPLE USAGE - must import!
from pytest_in_robotframework import pytest_execute #EXAMPLE USAGE - must import!



Expand Down
1 change: 1 addition & 0 deletions pytest_in_robotframework/pytest_in_robotframework.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from robot.libraries.BuiltIn import BuiltIn
import pytest_is_running
import decorator
import sys
from robot.api import logger

def frameworks_info():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='pytest-in-robotframework',
version='0.0.8',
version='0.0.9',
author='Petr Kus',
author_email='petrkus@email.cz',
description="The extension enables easy execution of pytest tests within the Robot Framework environment.",
Expand Down

0 comments on commit 85cce98

Please sign in to comment.