Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

タグ

2009年9月29日のブックマーク (9件)

  • Testing in Django | Django documentation

    Testing in Django¶ Automated testing is an extremely useful bug-killing tool for the modern web developer. You can use a collection of tests – a test suite – to solve, or avoid, a number of problems: When you’re writing new code, you can use tests to validate your code works as expected. When you’re refactoring or modifying old code, you can use tests to ensure your changes haven’t affected your a

    Testing in Django | Django documentation
  • 5.4 test -- Python用回帰テストパッケージ

    5.4 test -- Python用回帰テストパッケージ test パッケージには、Python 用の全ての回帰テストと、 test.test_supportおよびtest.regrtest モジュール が入っています。test.test_support はテストを充実させる ために使い、test.regtest はテストスイートを駆動するのに 使います。 testパッケージ内の各モジュールのうち、名前が"test_"で始まるものは、特定のモジュールや機能に対するテストスイートです。 新しいテストはすべてunittestモジュールを使って書くように してください; 必ずしもunittest を使う必要はないのですが、 unittest はテストをより柔軟にし、メンテナンスをより簡単に します。古いテストのいくつかはdoctest を利用しており、 ``伝統的な'' テスト形式になっていま

  • Python用テストフレームワークnose (1) :: 幕の内 - CMS - コンテンツマネジメントシステム

    nose はテストケース作成の手間、テスト実行のわずらわしさを軽減することを狙いにしたテストフレームワークで、同種のソフトとしては py.test が知られています。 nose とはなにか 今回は Python 用テストフレームワーク nose(http://code.google.com/p/python-nose/) の紹介をしたいと思います。 同種のソフトとしては py.test が知られており、実際、nose は py.test から大きな影響を受けています。 nose のインストールそれでは早速 nose をインストールしてみましょう。 easy_install を使うと、非常に簡単にインストールできます $ easy_install nose easy_install がインストールされていない場合は次の URL からインストールしてください http://peak.t

  • https://pyyaml.org/wiki/PyYAML

    yaotti
    yaotti 2009/09/29
    python yaml
  • Python Packages Index: Home

    Find, install and publish Python packages with the Python Package Index Search PyPI Search Or browse projects The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages. Package authors use PyPI to distribute their software. Learn how to packa

    Python Packages Index: Home
    yaotti
    yaotti 2009/09/29
    cpanのようなもの
  • Built-in Functions

    abs(x)¶ Return the absolute value of a number. The argument may be an integer, a floating-point number, or an object implementing __abs__(). If the argument is a complex number, its magnitude is returned. aiter(async_iterable)¶ Return an asynchronous iterator for an asynchronous iterable. Equivalent to calling x.__aiter__(). Note: Unlike iter(), aiter() has no 2-argument variant.

    Built-in Functions
    yaotti
    yaotti 2009/09/29
    accessor
  • コンピュータ界の有名人スピーチ - What is your value?

    初めて読むヤツも昔読んだヤツもありますな、あとでもっかい読もうっと ビルゲイツ 1 人生は公平ではない。それに慣れよ。 2 世界は君の自尊心を気にかけてはくれない。君の気分に関係なく世界は君が仕事を終わらせることを期待している。 3 高校を出てすぐ6万ドルの年収を稼ぎはしない。携帯電話(当時は高かった)を持った副社長にもならない。自分で両方を稼ぎ出すまでは。 4 先生が厳しすぎると思うなら、上司を持ってみろ。 5 ハンバーガーを引っくり返すということは沽券(こけん)にかかわることではない。君たちの祖父母はハンバーガーを引っくり返すことを別の表現を使った。それはチャンスと呼ばれた。 6 君が失敗したらそれは両親のせいではない。文句を言わずに学べ。 7 君らが生まれる前は、君らの両親は今のように退屈な人たちではなかった。そんな風になったのは、君らのために支払いをし、服を洗い、君らがどんなにいけ

    コンピュータ界の有名人スピーチ - What is your value?
    yaotti
    yaotti 2009/09/29
  • Accueil

    Paris, la ville lumière, s'enrichit d'une nouvelle attraction sensationnelle qui fera le bonheur des amateurs de sensations fortes et des fans de super-héros. Le Batman Escape Game a ouvert ses portes, proposant une expérience immersive unique dans l'univers du Chevalier Noir. Ce nouvel escape game situé en plein cœur de la capitale promet de devenir un incontournable pour tous... Les transactions

    yaotti
    yaotti 2009/09/29
  • Macbook (with Snow Leopard) 買った後にやったことまとめ - IT戦記

    購入編 会社にて amachang「秋だけに akky ですね。Macbook が欲しくなってきました」 akky(苦笑) amachang「新しい Macbook が欲しくなってきました」 akky(苦笑) amachang「買って来まーす」 akky(苦笑) Apple Store 銀座にて amachang「Macbook Pro の 13 inch のやつください」 店員「はい。 2 種類ありますが」 amachang「高いほうのやつください」 店員「キーボードは JIS と US どちらにいたすますか」 amachang「US ください」 店員「こちらでよろしいですか?」 amachang「JIS よりキー少ないのですね」 店員「はい。英数キー、かなキーなどがありません」 amachang「えっ」 店員「えっ」 amachang「JIS ください」 店員「かしこまりました」 am

    Macbook (with Snow Leopard) 買った後にやったことまとめ - IT戦記
    yaotti
    yaotti 2009/09/29
    mdutilでspotlight indexingを無効に