Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Falldog committed Sep 28, 2021
1 parent c316fda commit b163978
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,21 @@ src/*.pye # your libs

Test
--------------
* test all case
* test in local
```sh
$ ./pyconcrete-admin.py test
```


* test all case, setup `TEST_PYE_PERFORMANCE_COUNT` env to reduce testing time
* test in docker environment
```sh
$ TEST_PYE_PERFORMANCE_COUNT=1 ./pyconcrete-admin.py test
$ ./bin/run-test.sh
```

* add test case for pyconcrete.exe
* reference exists test case
* add folder in `test/exe_testcases/`
* add testing code at `test/exe_testcases/src/main.py`
* add validator at `test/exe_testcases/validator.py`

Example
--------------
Expand Down

0 comments on commit b163978

Please sign in to comment.