Skip to content

Commit

Permalink
organizes code and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Aug 15, 2023
1 parent 01f600b commit d72d34e
Show file tree
Hide file tree
Showing 11 changed files with 1,213 additions and 1,433 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ test tests: clean | $(VENV)/bin/pytest # $(VENV)/bin/nosetests # @$(VENV)/bin/no

# run main command-line tool
run: | $(MAIN_CLI_PATH)
@$(MAIN_CLI_PATH) tests/runner/test_eins.py
@$(MAIN_CLI_PATH) tests/runner/
@$(MAIN_CLI_PATH) --immediate tests/runner/test_eins.py

# Pushes release of this package to pypi
push-release: dist # pushes distribution tarballs of the current version
Expand Down

0 comments on commit d72d34e

Please sign in to comment.