-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-threaded unit testing by pytest (#483)
* implement x ** y gradients #468 #469 * enable pytest-xdist multi-threaded testing (#481) * enable pytest-xdist multi-threaded testing (#481) * _merged_ #479 by hand * auto-compelete file name for #479 * test_verbose also support #479 * Skip non-essential builds on AppVeyor #485 * try fix appveyor.yml * mistake in appveyor_filter.py * really fix appveyor_filter.py * try use `appveyor exit` & add msg in filter * fix typo in appveyor_filter.py * cache build in appveyor * add test_files argument to test_cpp; better no test_cpp in test if argv > 2 specified * fix typo in python/taichi/main.py * add typo in main.py porpusely to figure out why travis fail because -n 2 * try again * auto-detect pytest xdist * test_files: None -> () * add pytest-xdist to ci_setup.py * remove appveyor.yml modifications Co-authored-by: Yuanming Hu <yuanming-hu@users.noreply.github.com>
- Loading branch information
1 parent
60ea5f7
commit a5d6e04
Showing
3 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
def test_notest(): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters