Quincy Larson
1a653182e7
add messages to basic and advanced bonfires
2015-09-28 19:55:58 -07:00
Quincy Larson
27f231e72f
refactor tests to show same message when passing and failing
2015-09-27 23:22:06 -07:00
Quincy Larson
d25330278b
remove unneccessary additional bonfire argument I added a month ago
2015-09-27 00:21:15 -07:00
ahstro
a526b9d54a
Fix typo in bonfire test case
2015-09-16 22:34:25 +02:00
ahstro
7e9c5e0882
Add more falsy values to 'Falsy Bouncer', again.
...
This was already fixed at some point by abhisekp, but their changes
seems to have been overwritten somewhere along the line.
2015-09-15 18:46:51 +02:00
Berkeley Martinez
fba0d02c08
Merge branch 'bonfire-tests' of https://github.com/QuincyLarson/freecodecamp into QuincyLarson-bonfire-tests
2015-09-14 15:28:14 -07:00
Quincy Larson
952b5e8e70
verify all basic-bonfires.json bonfires work as before
2015-09-14 14:55:00 -07:00
Utsav Ahuja
148f68e3a1
Fixed ambigious wording
2015-09-14 14:30:53 -07:00
Quincy Larson
98ed941384
most of the basic bonfires have running tests
2015-09-14 13:43:04 -07:00
Quincy Larson
3d08496eb8
Merge branch 'staging' into bonfire-tests
...
Conflicts:
seed/challenges/basic-bonfires.json
seed/challenges/intermediate-bonfires.json
2015-09-14 00:24:33 -07:00
Aniruddh Agarwal
79adbc9342
Fixed typo in basic bonfire description
...
Changed 'Meet Bonfire' bonfire's description from `clicking Run code` to `clicking Run tests`
closes #3235
2015-09-11 09:00:55 +08:00
Quincy Larson
5a50c13823
Merge pull request #3115 from abhisekp/add-test-bf-palindrome
...
Add and Update test cases for "Bonfire: Check for Palindromes"
2015-09-09 14:29:56 -07:00
benmcmahon100
7b04184fcc
Set up new curriculum order. OOPF is now before basic bonfires and where art thou is now in intermediate
2015-09-09 18:10:22 +01:00
Abhisek Pattnaik
721ea81593
Add more falsy values
2015-09-08 16:06:44 +05:30
Anton Strömkvist
c5423c4840
Merge pull request #3150 from natac13/fix-mispelling-#3149
...
Grammatical error: fix mispelling of falsey to falsy
2015-09-08 02:34:11 +02:00
Timothy Cyrus
080ef01f33
Update basic-bonfires.json
...
Remove repeated "the" in Instructions for "Where art thou"
Changed "the the" to "the"
2015-09-07 17:46:49 -04:00
natac13
3361599d3a
fix mispelling of falsey to falsy
...
closes #3149
2015-09-07 13:09:51 -04:00
Arsen Melikyan
1ea494e0e7
Merge pull request #2288 from marksurnin/marksurnin-factorial-bonfire-tests
...
Added a test for factorial(0) to be equal to 1.
2015-09-06 15:45:12 +04:00
Abhisek Pattnaik
50e32aa3f5
Add test for Bonfire Check for Palindromes
...
- Checks unicode characters between "Z" (capital Z) and "a" (small a)"
such as "\" (forward slash) as punctuation.
2015-09-06 13:33:40 +05:30
Abhisek Pattnaik
ac6fe27430
Update tests for Bonfire Check for Palindromes
...
- Replace expect with assert
- Use strictEqual for checking equality of primitive
- Add message to assert test cases
- Minor modification to some existing test cases
2015-09-06 13:33:17 +05:30
Quincy Larson
407cfbceac
Merge pull request #3040 from natac13/attemp-fix-poor-description-#3038
...
Attempt to fix poor description Where Art Thou
2015-09-04 15:09:35 -07:00
Abhisek Pattnaik
b447d8b61b
Add Bonfire Check for Palindromes test cases
...
Add test cases with numbers in the string to also check for numbers.
2015-09-05 02:41:20 +05:30
Natac13
6d39433aea
Attempt to fix unclear description Where Art Thou
...
closes #3038
2015-09-03 18:21:36 -04:00
benmcmahon100
bc66284da9
Merge #2887
2015-08-31 20:21:15 +01:00
Abhisek Pattnaik
90c44651a6
Correct assert statement
2015-08-30 20:32:25 +05:30
Abhisek Pattnaik
7e495338c4
Replace expect with assert
2015-08-30 13:36:39 +05:30
Abhisek Pattnaik
b63cc229a9
Merge remote-tracking branch 'upstream/staging' into patch-2
2015-08-30 13:01:51 +05:30
Ben McMahon
4361d6edee
Another Small Calrification to bonfire desc
2015-08-29 23:26:49 +01:00
Ben McMahon
465df6ca8c
Merge pull request #1756 from abhisekp/patch-1
...
Add test cases for Bonfire: Where art thou
2015-08-29 22:46:26 +01:00
Ben McMahon
a06ad15435
Small clarification in a bonfire desc
2015-08-29 22:44:19 +01:00
Aniruddh Agarwal
02ffd55348
expanded description of 'Where art thou' bonfire
2015-08-30 01:25:30 +08:00
Quincy Larson
28073a61d7
continue refactoring bonfire tests
2015-08-26 23:23:46 -07:00
Quincy Larson
c264ce6e9d
continue refactoring bonfire tests
2015-08-23 18:02:58 -07:00
Quincy Larson
e4896eb0c0
continue refactor of tests
2015-08-23 15:18:40 -07:00
Quincy Larson
59bb244286
start refactoring bonfire tests
2015-08-23 13:10:30 -07:00
Jakob Dahl
49fcdec9b7
2431 reworded 2nd test
2015-08-21 22:54:03 +02:00
Jakob Dahl
dd71ada021
2431 changed wording on testresult
2015-08-21 22:06:04 +02:00
Manuel Alzadiq Romero
235b952ff0
change in basic bonfire Mutations
...
Added an expect to be falsein order to avoid passing with wrong code
2015-08-20 07:55:21 -05:00
Mark Surnin
23139ff45f
Added a test for factorial(0) to be equal to 1.
2015-08-20 12:01:38 +05:00
Abhisek Pattnaik
6f7495e6cb
Added additional test case
2015-08-17 18:27:33 +05:30
Abhisek Pattnaik
817276ab96
Added test cases for Bonfire: Where do I belong
...
Checks for proper positioning of element based on proper sorting order.
2015-08-17 02:18:27 +05:30
Abhisek Pattnaik
2acf8b727c
Bonfire: Where art thou test case update
...
Added further test cases to check for adhering to the instructions in bonfire properly.
2015-08-14 12:31:58 +05:30
Quincy Larson
1b7195fbc1
replace RSAP with read-search-ask and replace AWS gifs with Imgur
2015-08-13 00:56:05 -07:00
Quincy Larson
99d0a58049
update the look of onboarding and change RSAP to RSA
2015-08-12 21:24:57 -07:00
Berkeley Martinez
34a06f987f
Merge pull request #1512 from djordjelacmanovic/djordjelacmanovic-1511
...
fixed issue #1511 - now checking for words longer than 9 chars
2015-08-10 20:40:39 -07:00
Quincy Larson
a44622af82
Merge branch 'staging' into onboarding
2015-08-10 15:42:07 -07:00
Quincy Larson
e0bd8c6dd2
remove pair programming Bonfire warm up challenge
2015-08-09 17:03:49 -07:00
Berkeley Martinez
26e69c8621
add type to challenges
2015-08-07 23:37:32 -07:00
Berkeley Martinez
f241a362d5
rename top level title
to name
2015-08-07 18:43:45 -07:00
ahstro
e7c8589d08
Everything is horrible
2015-08-08 02:38:16 +02:00