4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow libraries using string 'SELF' when registering listeners. More... 5 months ago
Test that new listener v3 methods are called correctly. #3296 More... 5 months ago
Support `times` and `x` suffixes with WHILE limit More... 5 months ago
Remove dead code More... 5 months ago
Refactor More... 5 months ago
Change keyword `lineno` to `None` when it's not available. More... 5 months ago
Fix accessing non-existing attributes in `robot.utils`. More... 5 months ago
Fix a simple TODO task. More... 5 months ago
Allow `start_invalid_keyword` listener method to handle errors. More... 5 months ago
Add new listener v3 methods to `robot.api.interfaces` #3296 More... 5 months ago
Add running.(For|While)Iteration More... 5 months ago
Move (For|While)Iteration from robot.result to robot.model. More... 5 months ago
Add `start/end_body_item` listener v3 methods. #3296 More... 5 months ago
Preserve test results in memory until test ends. More... 5 months ago
Add `KeywordImplementation.params` as an alias for `args`. More... 5 months ago
Copy user keyword arguments in `bind`. More... 5 months ago
Type hints and some documentation to new library and keyword objects. More... 5 months ago
Store info in ArgumentSpec as tuples, not as lists. More... 5 months ago
Refactor executing library keyword methods. More... 5 months ago
Refactor: Cleanup and some type hints. More... 5 months ago
Typing tuning. More... 5 months ago
Enhance performance of finding keywords. More... 5 months ago
Add `start/end_invalid_keyword` listener v3 methods. #3296 More... 5 months ago
Replace UserErrorHandler with InvalidKeyword More... 5 months ago
Better way to keep track of duplicate user keywords More... 5 months ago
Remove unnecessary KeywordRunner properties More... 5 months ago
Add `start/end_library_keyword` listener v3 methods. More... 5 months ago
Better `__str__` for `TestSuite` and `TestCase` model objects More... 5 months ago
Refactor (rewrite) representing library keywords. More... 5 months ago
Add KeywordImplementation base class. More... 5 months ago