summaryrefslogtreecommitdiffstats
path: root/test/fixture
Commit message (Collapse)AuthorAgeFilesLines
* Move SConstruct from test to file fixtureWilliam Deegan2019-10-111-0/+3
|
* Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-285-49/+84
|\ | | | | [wip] Py38warns4 tests
| * [PR #3345] fix flake8 compliants on the PRMats Wichmann2019-04-252-6/+6
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-254-11/+12
| | | | | | | | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
| * [PY 3.8] modernize common test fixturesMats Wichmann2019-04-255-49/+83
| | | | | | | | | | | | | | Apply changes to quiet open-file warnings. Add docstring to a few. Switch os.system usage to subprocess.call. Add if-main logic. Signed-off-by: Mats Wichmann <mats@linux.com>
* | Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter.Peter Diener2019-04-263-0/+58
| | | | | | | | | | | | | | | | | | | | Add subroutines that are declared pure and elemental to the test of the Emitter. Note that in test_1.f90, the interface is repeated in the submodule, whereas in test_2.f90 the interface is taken from the module. Also note that the regex does not check whether "module pure" or "module elemental" is actually followed by "subroutine" or "function". This would be a syntax error and should trigger a compile time error.
* | Fix Issue #3135 - Also add tests to check that emitter is properly ↵William Deegan2019-04-253-0/+107
|/ | | | processing interface module declarations
* Add test for GH Issue #3303William Deegan2019-02-271-0/+4
|
* add sconstest.skip for test fixturesDaniel2019-02-051-0/+0
|
* fix for case where nothing is return from vswhereDaniel2019-02-052-0/+22
|
* Fix to write string as bytesWilliam Deegan2018-11-021-1/+1
|
* Fix m4.py test on windowsWilliam Deegan2018-11-011-1/+1
|
* removed b from file open py2/3William Deegan2017-03-131-1/+1
|
* copied old wrapper logic from java tests.William Deegan2017-03-131-0/+7
|
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-032-0/+15
|
* Moved fixture directory under #test.William Blevins2016-09-243-0/+37