aboutsummaryrefslogtreecommitdiff
path: root/src/suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/suite.py')
-rw-r--r--src/suite.py35
1 files changed, 16 insertions, 19 deletions
diff --git a/src/suite.py b/src/suite.py
index dd087e6..a2c5875 100644
--- a/src/suite.py
+++ b/src/suite.py
@@ -6,7 +6,7 @@
# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/10/01 10:41:43 by cacharle #+# #+# #
-# Updated: 2020/10/05 13:49:30 by cacharle ### ########.fr #
+# Updated: 2021/01/03 13:30:56 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -40,21 +40,18 @@ def suite():
Test.new_error(["10", "10", "10", str(-config.UINT_MAX)])
Test.new_error(["10", "10", "10", "10", str(-config.UINT_MAX)])
- Test(0, 100, 10, 10)
- Test(1, 100, 10, 10)
-
- Test(2, 100, 50, 50)
- Test(3, 100, 50, 50)
- Test(4, 100, 50, 50)
- Test(5, 100, 50, 50)
- Test(6, 100, 50, 50)
- Test(7, 100, 50, 50)
-
- # Test(100, 100, 50, 50)
- #
- # Test(10, 100, 100, 10)
- #
- # Test(2, 50, 10, 10)
- # Test(10, 50, 10, 10)
- # Test(10, 100, 10, 10)
- # Test(10, 200, 10, 10)
+ Test(0, 120, 10, 10)
+ Test(1, 120, 10, 10)
+
+ Test(2, 120, 60, 60)
+ Test(3, 120, 60, 60)
+ Test(4, 120, 60, 60)
+ Test(5, 120, 60, 60)
+ Test(6, 120, 60, 60)
+ Test(7, 120, 60, 60)
+
+ Test(4, 410, 200, 200)
+ Test(4, 310, 200, 100)
+
+ Test(5, 800, 200, 200)
+ Test(5, 800, 200, 200, 7)