Skip to main content

tools for Online Judge management

Project description

oj-tools

QingdaoU/OnlineJudge 를 위한 테스트케이스 생성기입니다.

from oj import TestCase
from oj import makezip


# TestCase for A+B

test_cases = [
    TestCase(
        id="1",
        input="2 3",
        output="5",
    ),
    TestCase(
        id="2",
        input="99 100",
        output="199",
    ),
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oj_tools-0.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

oj_tools-0.0.2-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page