-
Updated
Aug 29, 2021 - Python
wargame
Here are 62 public repositories matching this topic...
-
Updated
Apr 2, 2021 - C
-
Updated
Oct 22, 2020 - PHP
-
Updated
Sep 14, 2019 - PHP
-
Updated
Aug 15, 2021 - Java
-
Updated
Aug 28, 2021 - Python
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Mar 28, 2021 - C
./vendor/bin/phpstan analyse
Note: Using configuration file /mnt/UltimateWarfare/phpstan.neon.dist.
243/243 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Line src/Command/Main
-
Updated
Jun 10, 2021 - Python
Add unit tests
Currently, we only have some integration tests (we test a bunch of modules together, with the goal of solving a challenge).
Adding unit tests, which test each component in isolation, can help us spot and fix bugs easier and faster. In particular, the arutil (utilities) module would be a good start.
This could be done by adding tests to pytest (the tests directory) or via [doctest](https://
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 19, 2021 - Lua
-
Updated
Jun 27, 2020 - Python
-
Updated
Jan 12, 2019 - TypeScript
Improve this page
Add a description, image, and links to the wargame topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wargame topic, visit your repo's landing page and select "manage topics."
Refactor classes (including tests) to resolve dependencies out of the IoC container with
$this->dep = app($class::class)in the constructor, instead of through the constructor method arguments.Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.
Beep, boop, I'm a bot! Th