Skip to content

Pytest the entire repo #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jul 10, 2019
Merged
Prev Previous commit
Next Next commit
pytest --ignore=
  • Loading branch information
cclauss authored Jul 9, 2019
commit 54ffddec1dc90805b215dfd02e6551853531df6c
27 changes: 1 addition & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,7 @@ before_script:
script:
- mypy --ignore-missing-imports .
- pytest --doctest-modules
arithmetic_analysis
backtracking
boolean_algebra
ciphers
compression
conversions
digital_image_processing
divide_and_conquer
dynamic_programming
hashes
linear_algebra_python
matrix
networking_flow
other
searches
sorts
strings
traversals
# The following directories need fixes... python3 -m doctest -v .
#- pytest --doctest-modules data_structures
#- pytest --doctest-modules file_transfer_protocol
#- pytest --doctest-modules graphs
#- pytest --doctest-modules machine_learning
#- pytest --doctest-modules maths
#- pytest --doctest-modules neural_network
#- pytest --doctest-modules project_euler
--ignore=data_structures,file_transfer_protocol,graphs,machine_learning,maths,neural_network,project_euler
after_success:
- python ./~script.py
- cat DIRECTORY.md