aboutsummaryrefslogtreecommitdiffstats
path: root/moon_wrapper/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'moon_wrapper/tests/README.md')
-rw-r--r--moon_wrapper/tests/README.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/moon_wrapper/tests/README.md b/moon_wrapper/tests/README.md
deleted file mode 100644
index 73a9fcd2..00000000
--- a/moon_wrapper/tests/README.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# Tests
-
-## Python Unit Test for moon_db
-
-- launch Docker for Python unit tests
-
-
- cd ${MOON_HOME}/moonv4/moon_db/
- docker run -ti --volume ${PWD}:/data asteroide/moon_tests
-
-
-## Build and upload python packages
-
-- build python packages
-
-
- python setup.py sdist bdist_wheel
-
-
-- upload moon_db to PIP
-
-
- python setup.py upload
-
-
-or
-
-
- gpg --detach-sign -u "${GPG_ID}" -a dist/moon_db-X.Y.Z-py3-none-any.whl
- gpg --detach-sign -u "${GPG_ID}" -a dist/moon_db-X.Y.Z.tar.gz
- twine upload dist/moon_db-X.Y.Z-py3-none-any.whl dist/moon_db-X.Y.Z-py3-none-any.whl.asc
- twine upload dist/moon_db-X.Y.Z.tar.gz dist/moon_db-X.Y.Z.tar.gz.asc
-
-
-