Skip to content
#

competitive-programming

Here are 2,356 public repositories matching this topic...

TheSuperNoob
TheSuperNoob commented Mar 2, 2020

Is there a reason why in travis CI config the command black --check . || true is run? I don't see the point in checking if files needs to be reformatted if it's just going to be ignored anyways.

Currently running black --line-length 127 --check . -> 399 files would be reformatted, 74 files would be left unchanged.

In additio

ouuan
ouuan commented Sep 6, 2019

首先,十分欢迎你来给 OI WIki 开 issue,在提交之前,请花时间阅读一下这个模板的内容,谢谢合作!

  • 希望添加的是什么?

git 使用指南

  • 英文叫什么?

git-guidebook

  • 有什么参考资料?

https://git-scm.com/docs
https://git-scm.com/book/zh/v2

issue 标题请写为 'add ' + 要添加的内容

然后可以在 htc 里 link 一下。(我刚开始写 Wiki 的时候就不知道怎么做到“一个 pr 只干一件事”)

thijskh
thijskh commented Apr 22, 2020

The current test suite in webapp/tests/ is a start but not very satisfactory.

Some ways to improve:

  • Remove duplication between the tests and clean them up
  • Create a good clean template to test e.g. jury interface functionality that can easily be populated for the various data types;
  • Add tests using said template;
  • Add tests for the API
cpeditor

Improve this page

Add a description, image, and links to the competitive-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the competitive-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.