Skip to content

Commit

Permalink
chore: remove cryptol- and saw-specifi code, prep argo python code fo…
Browse files Browse the repository at this point in the history
…r PyPI (#151)
  • Loading branch information
Andrew Kent authored Feb 9, 2021
1 parent f05207f commit 714a493
Show file tree
Hide file tree
Showing 51 changed files with 59 additions and 4,387 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ jobs:
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Typecheck python code
working-directory: ./python
run: mypy argo saw cryptol
run: mypy argo_client
- name: Build
run: |
cabal build all
- name: Cabal argo tests
run: cabal test argo
- name: Cabal file-echo-api tests
run: cabal test file-echo-api
- name: Python unit tests
run: cabal test python
- name: Python argo-client unit tests
working-directory: ./python
run: |
bash tests/run_test_servers.sh
python3 -m unittest tests/test_file-echo-api.py
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Working on the Python bindings

To run the ``mypy`` type checker, enter the virtual environment and then run::

mypy argo saw cryptol
mypy argo_client

from the ``python`` subdirectory.

Expand Down
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
packages:
argo/
python/
file-echo-api/
tasty-script-exitcode/
21 changes: 0 additions & 21 deletions docs/CryptolPython.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/SAWPython.rst

This file was deleted.

43 changes: 0 additions & 43 deletions dreams/salsa20.py

This file was deleted.

99 changes: 0 additions & 99 deletions dreams/salsa20_comp.py

This file was deleted.

46 changes: 0 additions & 46 deletions dreams/swap.py

This file was deleted.

Loading

0 comments on commit 714a493

Please sign in to comment.