Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrosicka/robot-framework-examples
Robot Framewokt Python tests
https://github.com/hrosicka/robot-framework-examples
python robotframework test test-automation testing
Last synced: 6 days ago
JSON representation
Robot Framewokt Python tests
- Host: GitHub
- URL: https://github.com/hrosicka/robot-framework-examples
- Owner: hrosicka
- License: mit
- Created: 2023-12-01T15:10:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T06:23:57.000Z (2 months ago)
- Last Synced: 2024-11-16T07:24:01.709Z (2 months ago)
- Topics: python, robotframework, test, test-automation, testing
- Language: RobotFramework
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robot-framework-examples
Simple robot framework test for python classes### BasicTestCalculator.robot
- test for Calculator.py### BasicTestSquare.robot
- test for Square.py### BasicTestQuadraticEquation.robot
- test for QuadraticEquation.py