Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/bazelbuild/bazel.git. Pull mirroring updated .
  1. Apr 17, 2015
    • Damien Martin-Guillerez's avatar
      Added py_test rule to Bazel · a8628bff
      Damien Martin-Guillerez authored
      py_test rule enable to use a test written in Python. A py_test is
      basically a py_binary that returns a non null on failure. Extraneous
      support is need to have nice output (see //src/test/shell/unittest.bash
      for the kind of support neeeded).
      
      Actually the py_test code was already there but it was just missing the
      necessary glue code. Also added an integration test for py_* rules in
      Bazel.
      
      --
      MOS_MIGRATED_REVID=91407748
      a8628bff
  2. Mar 26, 2015
  3. Mar 25, 2015
    • Damien Martin-Guillerez's avatar
      Open-source Bazel integration tests · 5cbd5a49
      Damien Martin-Guillerez authored
      It is a first batch of integration tests for Bazel. They tests some
      basic behaviors and nominal cases of Bazel rules (especially they tests
      the behavior of the examples provided in //examples).
      
      --
      MOS_MIGRATED_REVID=89440074
      5cbd5a49