tetris-pygame 0.0.1 documentation
previous | next | modules | index

tetris.tests package¶

Submodules¶

  • tetris.tests.test_game module
    • TestGame
      • TestGame.CHECK_LINE_FALSE_GRID
      • TestGame.CHECK_LINE_TRUE_GRID
      • TestGame.CHECK_TETROMINO_GRID
      • TestGame.CLEAR_GRID
      • TestGame.CLEAR_NEXT_TETROMINO_GRID
      • TestGame.DELETE_LINE_AFTER_GRID
      • TestGame.DELETE_LINE_BEFORE_GRID
      • TestGame.setUpClass()
      • TestGame.test_check_line()
      • TestGame.test_check_tetromino_above_top()
      • TestGame.test_delete_line()
      • TestGame.test_init_properties()
      • TestGame.test_random_tetromino()
  • tetris.tests.test_menu module
    • TestMenu
      • TestMenu.setUp()
      • TestMenu.test_main()
  • tetris.tests.test_tetrominos module
    • TestTetromino
      • TestTetromino.CHECK_DOWN_POS
      • TestTetromino.LEFT_EDGE_POS
      • TestTetromino.RIGHT_EDGE_POS
      • TestTetromino.setUpClass()
      • TestTetromino.test_check_down()
      • TestTetromino.test_check_move_left()
      • TestTetromino.test_check_move_right()
      • TestTetromino.test_check_touch()

Module contents¶

Table of Contents

  • tetris package
    • Subpackages
    • Submodules
    • Module contents

Search

previous | next | modules | index

Show Source
© Copyright 2023, Łukasz Łukaszewski. Created using Sphinx 7.2.6.