Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brandonpacewic/testsamples
- Owner: BrandonPacewic
- License: mit
- Created: 2022-01-04T18:33:55.000Z (almost 3 years ago)
- Default Branch: mega
- Last Pushed: 2023-11-09T18:54:18.000Z (about 1 year ago)
- Last Synced: 2024-10-15T21:38:03.241Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
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