Skip to content

Instantly share code, notes, and snippets.

@Sebbenbear
Sebbenbear / test_tic_tac_toe.py
Created January 19, 2018 09:32
A small game of Tic Tac Toe
"""
Tests for Tic Tac Toe module
"""
import unittest
import tic_tac_toe
class Testtic_tac_toe(unittest.TestCase):
# Test creation of the game grid
import React from 'react';
import PropTypes from 'prop-types';
import { withStyles } from '@material-ui/core/styles';
import Button from '@material-ui/core/Button';
import AddIcon from '@material-ui/icons/Add';
import LoadingAnimation from './LoadingAnimation';
import Terms from './Terms';