Daniel Bovensiepen
|
f4e169cbfb
|
Improve true Tests
|
2013-06-14 22:19:10 +08:00 |
|
Daniel Bovensiepen
|
7177fdbd39
|
Improve Symbol Tests
|
2013-06-14 22:19:02 +08:00 |
|
Daniel Bovensiepen
|
7df35e930a
|
Improve StandardError Tests
|
2013-06-14 22:18:52 +08:00 |
|
Daniel Bovensiepen
|
9c93be0297
|
Improve RangeError Tests
|
2013-06-14 22:18:39 +08:00 |
|
Daniel Bovensiepen
|
9166a1352b
|
Improve Proc Tests
|
2013-06-14 22:18:16 +08:00 |
|
Daniel Bovensiepen
|
e44ba31603
|
Improve Object Tests
|
2013-06-14 22:18:03 +08:00 |
|
Daniel Bovensiepen
|
6d3d234b7d
|
Improve Numeric Tests
|
2013-06-14 22:17:53 +08:00 |
|
Daniel Bovensiepen
|
f2013337f4
|
Improve NoMethodError Tests
|
2013-06-14 22:17:40 +08:00 |
|
Daniel Bovensiepen
|
9bf797acf7
|
Improve nil Tests
|
2013-06-14 22:17:28 +08:00 |
|
Daniel Bovensiepen
|
4acacaf989
|
Improve NameError Tests
|
2013-06-14 22:17:16 +08:00 |
|
Daniel Bovensiepen
|
b825c53998
|
Improve LocalJumpError Tests
|
2013-06-14 22:17:03 +08:00 |
|
Daniel Bovensiepen
|
67af374e37
|
Improve IndexError Tests
|
2013-06-14 22:16:52 +08:00 |
|
Daniel Bovensiepen
|
8d38d9eaf1
|
Fix float parenthese warning
|
2013-06-14 22:16:38 +08:00 |
|
Daniel Bovensiepen
|
06939bedbc
|
Improve GC Tests
|
2013-06-14 21:53:50 +08:00 |
|
Daniel Bovensiepen
|
04191cc829
|
Improve Float Tests
|
2013-06-14 21:50:22 +08:00 |
|
Daniel Bovensiepen
|
60d230d0fd
|
Add assert_float to test environment
|
2013-06-14 21:49:56 +08:00 |
|
Daniel Bovensiepen
|
bbdc24f2ee
|
Improve Bootstrap Literal Tests
|
2013-06-14 21:35:49 +08:00 |
|
Daniel Bovensiepen
|
f8e13b86b7
|
Improve Bootstrap Block Tests
|
2013-06-14 21:32:33 +08:00 |
|
Daniel Bovensiepen
|
821f6d42ad
|
Add block mode to assert_equal
|
2013-06-14 21:32:13 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
34cd70b1c5
|
Merge pull request #1279 from Bovi-Li/improve-tests
Improve Test Infrastructure (Part 1)
|
2013-06-14 04:30:52 -07:00 |
|
Daniel Bovensiepen
|
c9caea64c8
|
Singleton raises TypeError on #new
|
2013-06-09 11:21:51 +08:00 |
|
Daniel Bovensiepen
|
f6975ea789
|
Improve false tests
|
2013-06-09 05:35:57 +08:00 |
|
Daniel Bovensiepen
|
2657fc4b8a
|
Improve Exception tests
|
2013-06-09 05:25:52 +08:00 |
|
Daniel Bovensiepen
|
87a614ad90
|
Improve Enumerable tests
|
2013-06-09 05:20:06 +08:00 |
|
Daniel Bovensiepen
|
5915874e01
|
Add assert_not_include to test environment
|
2013-06-09 05:16:10 +08:00 |
|
Daniel Bovensiepen
|
29414e8178
|
Improve Comparable tests
|
2013-06-09 05:08:14 +08:00 |
|
Daniel Bovensiepen
|
968fc7a91c
|
Improve Class tests
|
2013-06-09 05:04:04 +08:00 |
|
Daniel Bovensiepen
|
b80a4cf046
|
Improve BasicObject tests
|
2013-06-09 04:51:31 +08:00 |
|
Daniel Bovensiepen
|
d7deef8a2d
|
Fix Array Tests
|
2013-06-09 04:51:19 +08:00 |
|
Daniel Bovensiepen
|
01eb9e0e84
|
Improve Array tests
|
2013-06-09 04:49:06 +08:00 |
|
Daniel Bovensiepen
|
2d696b26b6
|
Add assert_not_equal
|
2013-06-09 04:48:53 +08:00 |
|
Daniel Bovensiepen
|
dca23f6c5f
|
Improve ArgumentError tests
|
2013-06-09 04:08:05 +08:00 |
|
Daniel Bovensiepen
|
39b6d087c7
|
Improve alias tests
|
2013-06-09 04:04:19 +08:00 |
|
Daniel Bovensiepen
|
83d04a539e
|
Improve undef tests
|
2013-06-09 03:51:44 +08:00 |
|
Carson McDonald
|
01c0373fac
|
Add undef var test
|
2013-06-08 11:10:41 -04:00 |
|
Ryan Scott
|
222918deae
|
First implementation of ObjectSpace moved outside of gc.c
|
2013-05-17 07:21:33 +10:00 |
|
Ryan Scott
|
279fce05ae
|
ObjectSpace.count_objects was incorrectly checking if an object was already freed. Amended the count_objects test to ensure the correct distinction
|
2013-05-12 19:49:56 +10:00 |
|
Ryan Scott
|
0d4227ac04
|
Implemented ObjectSpace.count_objects to count the number of allocated objects for each type
|
2013-05-12 18:42:21 +10:00 |
|
Daniel Bovensiepen
|
72f78316aa
|
Move declaration of kernel to the beginning of the method
|
2013-05-08 21:20:35 +08:00 |
|
Daniel Bovensiepen
|
520b0f73bf
|
Implement fallback print method for testing environment in case mruby-print GEM wasn't included.
|
2013-05-08 21:17:08 +08:00 |
|
Masaki Muranaka
|
71cc4e13bf
|
Add more test cases for test coverage.
|
2013-05-08 13:22:35 +09:00 |
|
Carson McDonald
|
61c0b8f7df
|
Adding a few more respond_to tests
|
2013-05-05 09:14:41 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
a092e41020
|
the receiver should be included in ancestors even when it's a singleton class
|
2013-04-30 00:51:31 +09:00 |
|
Masaki Muranaka
|
433cb13e6d
|
Add tests to make sure. As we do not use standard library for formatting.
|
2013-04-25 15:35:16 +09:00 |
|
Masaki Muranaka
|
da4b3d1c2c
|
Move regression test as String#dump is not in ther core but the mrbgems.
|
2013-04-25 15:28:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f0bea86437
|
Merge pull request #1211 from skandhas/pr-fix-Module-ancestors
fix the behavior of Module#ancestors
|
2013-04-24 21:56:03 -07:00 |
|
skandhas
|
8d778d9860
|
fix Module#ancestors and update test
|
2013-04-25 11:17:34 +08:00 |
|
Tomoyuki Sahara
|
b1114489ef
|
a string may have a lot of non-printable chars.
|
2013-04-25 12:14:18 +09:00 |
|
Carson McDonald
|
35f42c264e
|
Remove unused variable
|
2013-04-21 08:22:40 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
58b877c4a7
|
fix test to check class variables in superclasses
|
2013-04-20 22:59:35 +09:00 |
|