Coder Social home page Coder Social logo

xyzzy's People

Contributors

ambi avatar bowbow99 avatar miyamuko avatar mumurik avatar southly avatar xyzzy-17-638 avatar youz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

xyzzy's Issues

tmp ファイルが残る

テスト実行後に tmp ファイルやらそのバックアップやらが残ってる。散らかしたらちゃんと片付けて欲しい。

複数のテスト式

deftest で複数の式を順次実行するようなテストを書けると便利なのではないかと思ったのでメモを残しておく。

(deftest example ()
  "repl でいくつか実行したような気分で"
  (get-buffer-create "example")
  (setq buffer *)
  (setup-temp-buffer buffer)
  (erase-buffer buffer)
  (with-set-buffer (set-buffer buffer)
    ...)
  => ...)

この場合戻り値が省略されたら戻り値は non-nil ではなく気にしないのが嬉しい予感。

テスト実行する方法を色々追加

全部実行する必要は無い場合がほとんどなので。

IIRC、テストを1個だけ実行するのは作ってあるけど run-all-tests が全部実行&結果表示になっちゃってるので、そこを切り離して

  • テスト全部じゃなくて任意のテストのリストを実行できるように
  • なんかテキトーにテストを選んで(このファイルから読み込んだテスト、とか)リストに->実行とできるように

後は「このファイルが更新されたらこのテストのリストを実行」とかその辺を用意しておきたい。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.