You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Today, weâre excited to release Diffy, an open-source tool that automatically catches bugs in Apache Thrift and HTTP-based services. It needs minimal setup and is able to catch bugs without requiring developers to write many tests. Service-oriented architectures like our platform see a large number of services evolve at a very fast pace. As new features are added with each commit, existing code is
TasteSpoon åæ© Infratasterã¯ç´ æ´ãããGemã§ãã¤ã³ãã©ã®æ¯ãèããã³ã¼ãã§è¡¨ç¾ã§ãããã¨ã¯ãã®ä¸ãªããããããããã ã使ã£ã¦ããã¨ä¸ä¾¿ã«æããã¨ãããããã¤ãããã RSpecã«ããã¯ã¤ã³ããã RSpecã®å¤§éã«åå¨ãããããã£APIã§æ¶èãã RSpec2ããRSpec3ã§æ§æãå¤ãã£ã¦éæ¬è³ªçãªé¨åã§æ¶èãã RSpecä¸ã§ä½µç¨ãããã¨ã®å¤ãServerspecã¨ã³ã³ãã¯ã¹ããæ··ãã RSpecã§ã¯å¾ ã¡åããã®æ¦å¿µãå ¥ãã¨é端ã«ã³ã¼ããããµããªã æå¾ã®ãå¾ ã¡åãããã ãè£è¶³ããã¨ãããã¯WebSocketãªã©ã®éä¿¡ã確ç«ãããã¨ã確ããããå ´åãä¾ã¨ãã¦ããããããinfrataster-plugin-socket.ioãä½ã£ãéãéä¿¡ã確ç«ã§ãããã¨ã確ãããã®ã«ãããããããµãã³ã¼ããæ¸ããã¨ã«ãªã£ãã ã¿ã¤ã ã¢ã¦ãã®æ¦å¿µãåå¨ãã¦ããããã£APIãã·
SmartCheck is a smarter QuickCheck, a powerful testing library for Haskell. The purpose of SmartCheck is to help you more quickly get to the heart of a bug and to quickly discover each possible way that a property may fail. SmartCheck is useful for debugging programs operating on algebraic datatypes. When a property is true, SmartCheck is just like QuickCheck (SmartCheck uses QuickCheck as a backe
Those of you who use Pusher will know that the APIs we expose are small and straightforward to use. But this hides the complexity of what is going on behind the scenes. The sheer volume of messages (around 5 billion messages a day and approaching 1.25 trillion since we started counting) has necessitated a large, \[â¦\] Those of you who use Pusher will know that the APIs we expose are small and stra
MailCatcher Fork me on GitHubLatest version: 0.8.0 (released Tuesday, 20th July 2021) Catches mail and serves it through a dream. MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see t
æè¿ã¾ãe2eãæ¸ããããã¦ããè²ã æ©ãã ãã©ããã£ã±Nightmareã使ããã¨ã«ããã Nightmareã«ã¤ãã¦ã¯åãåæ¸ããè¨äºãåèã«ãã¦ãã ãã Nightmareã§E2E - Qiita Nightmareã®è¯ãç¹ Zero configuration ã¨ããããã ã®ã¹ã¯ã¬ã¤ãã¼ æªãç¹ ããã»ã¹ç«ã¡ãããã®ãé ã JSããã£ã¦ãªãã¨èªã¿ã¥ãã Precepeterã¨ãTestiumã¨ãProtractor試ãããã©ã©ããèµ°ãããã ãã§ãã£ã±ããã£ã±ãã§ãããé¢åèãã åã¯è¡åãæªãã®ã§ã¹ã¯ã¬ã¤ãã¼ãèµ°ãããããã°ããã§ããã¨ããã³ã¹() ã¯ã¹ã¯ãªã¼ã³ã·ã§ããã§ç¢ºä¿ããæ¹åã§ã é£çªã®ã¹ã¯ãªã¼ã·ã§ã³ã·ã§ãããåããªããNightmareãèµ°ããããµã³ãã« Nightmare = require 'nightmare' class TestRunner extends Nig
Ruby Advent Calender 2014ã®19æ¥ç®ã§ãã FizzBuzzã¨ã¯ä»¥ä¸ã®ä»æ§ãæºããããã°ã©ã ãä½ãæåãªåé¡ã§ãã 3ã®åæ°ãã¤5ã®åæ°ã®å ´åã«ã¯"FizzBuzz"ãåºåãã 3ã®åæ°ãã¤5ã®åæ°ã§ãªãå ´åã«ã¯"Fizz"ãåºåãã 3ã®åæ°ã§ãªããã¤5ã®åæ°ã®å ´åã«ã¯"Buzz"ãåºåãã 3ã®åæ°ã§ã5ã®åæ°ã§ããªãå ´åã«ã¯å ¥åãããæ°åãã®ãã®ãè¿ã å®è£ ãã¦ã¿ãã¨ãããªæãã«ãªãã¾ãã def fizzbuzz x return "FizzBuzz" if x % 15 == 0 return "Fizz" if x % 3 == 0 return "Buzz" if x % 5 == 0 return x end æ¬è¨äºã®ä¸»å¼µã¯ãFizzBuzzãããã¯ä»æ§éãã«ç¢ºå®ã«ãã¹ãããããããã£ã¦ãã¨ã§ãã é常ã«å··ã«è»¢ãã£ã¦ãããã¹ãã³ã¼ãã«ãããããã¦ãã¾
ã¯ããã« ããã¯ã½ããã¦ã§ã¢ãã¹ããã©ã¹ãã¨ãããã ã¼2014 - connpassã®12/12ã®è¨äºã§ãã 12/9ã¯@PoohSunnyããã®testing - å°å³ã ãã©Gebãgroovyã«ãã¦ãã5Tips #SWTestAdvent - Qiitaã§ããã Friendlyã®ç´¹ä»è¨äºã§ãã èªåã®ã©ã¤ãã©ãªã®å®£ä¼ã§ãã¿ã¾ããããããããé¡ããã¾ãï¼ Windowsã¢ããªæä½ç¨ã©ã¤ãã©ãªã§ãã Friendlyã¯Windowsã¢ããªã.Netã®ããã°ã©ã ããæä½ããããã®ã©ã¤ãã©ãªã§ãã Win32ãWinFormsãWPFã«å¯¾å¿ãã¦ãã¾ãã ï¼ã¹ãã¢ã¢ããªç¨ã¯ç¹æ®ã§ã¾ã αçã§ãï¼ Win32ãããã¾ããã.Netã®æ¹ãå¾æã§ããã åèªèº«ãWindowsã¢ããªã®ã·ã¹ãã ãã¹ãèªååããã£ã¦ããã®ã§ãããèªåããå®å®åä½ãããã·ã¹ãã ãã¹ãããç°¡åã«ãä½ãããã«ä½æãã¾ããã é
ãã㯠ã½ããã¦ã§ã¢ãã¹ããã©ã¹ãã¨ãããã ã¼2014 - connpass ã®4æ¥ç®ã§ã 3æ¥ç® @ntddk ããã®é¸æçã·ã³ããªãã¯å®è¡ãã¼ã«S2E | ä¸çãã¨ã§èªãã§ã ã§ãã 4æ¥ç®ï¼Paraductã§ãæ軽ãããªã¯ã¹ãã¹ã æ¸è°·Rubyä¼è°01ã§Paraductãã¨ã¯ã¹ããªã¼ã ãªãªã¼ã¹ãã¾ãã #428rk01 - ããã«ã£ã ã§æ¸ãããã¨ã®åç·¨ã§ã Paraductã¨ã¯ï¼ Paraduct = parallel + parameterize + productï¼æãç®ã®ç©ï¼ è¤æ°ã®ãã©ã¡ã¼ã¿ãçµã¿åããã¦å¹³è¡ãã¦ãã¹ããå®è¡ããããã®ã©ã¤ãã©ãªã§ã Jenkinsã§è¤æ°ã®ãã©ã¡ã¼ã¿ãçµã¿åããããããªã¯ã¹ãã¹ããããã¨ããã¨çµã¿åããã®åæ°åã ãã¸ã§ããä½ãå¿ è¦ãããã®ã§ãTravis CI ã¿ããã«yamlã§ãããªã¯ã¹ãã¹ããå®è¡ã§ãã¾ãã Jenkinsã 㨠Parad
ãããæ®éã«ãæ¸ãããã®Test Doubleã©ã¤ãã©ãªãcrispyã by Yuji Yamamoto on December 5, 2014 ãã®è¨äºã¯ãã½ããã¦ã§ã¢ãã¹ããã©ã¹ãã¨ãããã ã¼2014ã¨ã Ruby Advent Calendar 2014ã®12æ5æ¥ã®è¨äºãå ¼ãã¦ãã¾ãã åæ¥ã®è¨äºã¯ãããã以ä¸ã®ãã®ã§ããã ã½ããã¦ã§ã¢ãã¹ããã©ã¹ãã¨ãããã ã¼2014ãsue445ããã®ãParaductã§ãæ軽ãããªã¯ã¹ãã¹ã #SWTestAdventãã§ã Ruby Advent Calendar 2014ãtbpgrããã®ãæ¡ä»¶åå²ã¨ã«ã¼ããã¼ã¹ã®ãã¸ãã¯ããã³ã¬ã¯ã·ã§ã³ãã¤ãã©ã¤ã³ãå©ç¨ãããã¸ãã¯ã¸ #rubyãã§ããã Rubyã®Advent Calendarã¨ãã¹ãã®Advent Calendarã¨ãããã¨ã§ã ä»æ¥ã¯ç§ãåå¹´ãããåããã¡ã¾ã¡ã¾ä½ã£ã¦ãããc
= Ruby DocTest Official repository: * http://github.com/tablatom/rubydoctest Wiki documentation: * http://github.com/tablatom/rubydoctest/wikis == Description: Ruby version of Python's doctest tool, but a bit different. Ruby DocTest allows you to: 1. Write tests in irb format and keep them as comments next to your Ruby code. 2. Write markdown documents with irb format tests embedded in them. == Sy
ããæ°æ¥ ruby ããã£ã¦ããã§ããã©ãruby ã¨ããã°ãã¹ããããã®ã§ Test::Unit ãã RSpec ããã調ã¹ã¦ã¾ããããããåã¯ããã¾ã§ã¾ã¨ã㪠TDD ããã£ã¦ããªãã£ãã®ã§ãå ã«ãã¹ãã¨ã¯ä½ããï¼TDD ã¨ã¯ä½ããï¼ã£ã¦ã®ã調ã¹ãããã¦ãã¾ããã ãã®è¨äºã¯ããã¶ã® TDD ç´ äººããã¹ãã«ã¤ãã¦ç¥ãå§ããã¾ã¨ãã§ãã 1. ãã£ãã㯠RSpec ã®ããã¥ã¡ã³ã ãããã RSpec ã®âç´¹ä»æã®åé ããæå³ä¸æã«æãããã§ãã FAQ:ãRSpec ã£ã¦ãè¦ã¯ Test::Unit ã§ãã£ã¦ãããã¨ãå¥ã®æ¸ãæ¹ã«ããã ãã§ã¯ï¼ã ãã® FAQ ã¸ã®çãçãã¯ã¤ã¨ã¹ã§ãã ãã¹ã¯ã¹ããã¯ã®ã¹ ã第 1 åã RSpec ã®æ¦è¦ã¨ãRSpec on Rails (ã¢ãã«ç·¨)ã Rubyist Magazine ãã£... ãããè¦ããããã½ã¬ããã¡ãã¡æä½æ¥ã§ãã§ãã¯
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}