robot-simulator: add test template
See original GitHub issueTask
Create a test template file for robot-simulator
Details
- If this is your first time contributing to this repository, welcome!
- Contributing to a repository on GitHub requires a fork
- Create a branch on your local repository called
robot-simulator-add-test-template
- Run:
git checkout -b robot-simulator-add-test-template
- Run:
- Clone problem-specifications repository; this is used to populate the template
- Run:
git clone https://github.com/exercism/problem-specifications ../problem-specifications
- Run:
- Create
exercises/robot-simulator/.meta/template.j2
- See Generator Documentation for more information
- Generate test file from new template
- Run:
bin/generate_tests.py robot-simulator
- Run:
At this point, if the generator fails, or you are otherwise stuck, please feel free to reach out! It is perfectly acceptable to submit an incomplete PR in order to get feedback or assistance.
Resources
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Webots: robot simulator
Use Webots to create robot prototypes, develop, test and validate your AI and control algorithms, teach robotics to your students, etc. Features. Webots...
Read more >Unit Testing — FIRST Robotics Competition documentation
Unit testing is a method of testing code by dividing the code into the smallest “units” possible and testing each unit. In robot...
Read more >How to Start Robotics Testing in Simulation - YouTube
For development and QA teams considering simulation for robotics applications testing, it's hard to know where to start.
Read more >Robot Framework
Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA).
Read more >Robot Modeling and Simulation - MATLAB & Simulink
These functions provide kinematic models for both manipulators and mobile robots to model their motion. The toolbox also supports synchronized stepping of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let us know if you have any issues.
I’d like to take this one. It’ll be my first attempt to prepare python template but at least I have some experience in C# in that area 😃