diff options
| author | Mark Adams <mark@markadams.me> | 2015-01-25 06:16:45 -0600 |
|---|---|---|
| committer | Mark Adams <mark@markadams.me> | 2015-01-25 06:25:45 -0600 |
| commit | 85f23976964d5400ebc888ce7b793fd5ad8a8f05 (patch) | |
| tree | a39699ba7354ecf1aff7066876173fdc72d6b316 /tests/test_compat.py | |
| parent | eb4bb5346b60d4970687c8db3935f24510b3fa46 (diff) | |
| download | pyjwt-85f23976964d5400ebc888ce7b793fd5ad8a8f05.tar.gz | |
Made several changes to testing to increase code coverage
- Added a ton of tests to cover areas that weren't covered before
- Added a pep8 tox env to run pep8 tests as part of the build
- Moved keys into tests/keys
- Added test_algorithms.py for algorithms module tests
- Changed setup.py to run all tests in tests/
Diffstat (limited to 'tests/test_compat.py')
| -rw-r--r-- | tests/test_compat.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/test_compat.py b/tests/test_compat.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/test_compat.py |
