python module demonstrating fibonacci and lucas series -- with tests!
Stars
0
Forks
1
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
changed series.py so that the if __name__ = __main__ function actually calls the series functions instead of just printing out dummy results.
0341100View on GitHubgot the sum_series to pass it's test and working correctly
223948aView on GitHublucas series works, both function and test. Also got a working sum-series test and function for one trial.
6bea1dcView on GitHubadded another test to test the generalized case of the fibnoacci sequence
48d8cdaView on GitHubmade a functioning fibonacci function in series.py and a working test for it in test_series.py
5178024View on GitHubset up virtualenv, installed pytest and pytest-xdist
2ed3d5dView on GitHub