• lucasmoura's avatar
    Add tests to CSP class (#299) · c9eab0f6
    lucasmoura a écrit
    * Add tests to CSP class
    
    Add test for the following methods on CSP class:
    
    * assign
    * unassigns
    * nconflits
    * actions
    
    * Refactor some asserts in test_csp.py
    
    Some asserts were being done in the following way:
    assert (X is not None) == True
    
    Now, they are handled in the following way:
    assert X
    c9eab0f6