codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Transfer Manual tests from a private repository to integrate with CodeMetropolis #369

Closed R3tes closed 5 months ago

R3tes commented 6 months ago

General Overview We have developed manual tests to address various issues in CodeMetropolis, including enhancements from student contributions and integration with the blockmodifier component. These tests, crucial for validating pull requests and the functionality of CodeMetropolis's four main components, are currently housed in a private GitLab repository. To streamline version control and test management, our goal is to migrate these tests into the CodeMetropolis repository. This consolidation will simplify the process of creating and maintaining tests for the project.

Tasks

Objective Our primary aim is to unify the version control of manual tests within the CodeMetropolis repository, facilitating a more efficient and coherent testing workflow. This move will not only make it easier to track and update tests but also improve the overall development and quality assurance processes for CodeMetropolis.