Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonpacewic/testsamples

A Python script for testing competitive programming problem solutions given a input and expected output.
https://github.com/brandonpacewic/testsamples

Last synced: 24 days ago
JSON representation

A Python script for testing competitive programming problem solutions given a input and expected output.

Awesome Lists containing this project

README

        

# Test Samples

Command line tools for creating and running competitive programming test samples.
This tool is part of my [Problem Manager](https://github.com/BrandonPacewic/ProblemManager).
The test samples script, similar to [dbrun](https://github.com/BrandonPacewic/DebugAndRun/),
will define my debug macro for testing (`DBG_MODE`). For more information on my
testing macros check out my
[Competitive Programming Library](https://github.com/BrandonPacewic/CompetitiveProgramming)
and [Competitive Programming Templates](https://github.com/BrandonPacewic/CompetitiveProgrammingProblems/tree/mega/templates).

## Install

For install visit my [Problem Manager](https://github.com/BrandonPacewic/ProblemManager) to install all of my competitive programming commandline tools.

## License

Copyright (c) Brandon Pacewic

SPDX-License-Identifier: MIT