coreysabia / Universal-Turing-Machine

A Universal Turing Machine written in Python; and Dockerized.
0 stars 0 forks source link

Add GH Actions, for automatic lint testing #14

Closed coreysabia closed 4 years ago

coreysabia commented 4 years ago

Do not merge yet please!

coreysabia commented 4 years ago

Possible exit codes for pytest

Running pytest can result in six different exit codes:

:Exit code 0: All tests were collected and passed successfully :Exit code 1: Tests were collected and run but some of the tests failed :Exit code 2: Test execution was interrupted by the user :Exit code 3: Internal error happened while executing tests :Exit code 4: pytest command line usage error :Exit code 5: No tests were collected

mlruch17 commented 4 years ago

I thought we weren't going to do this?

coreysabia commented 4 years ago

Plz merge, it works. Runs your test files