https://github.com/openmdao/openmdao_testapp
Web app to manage openmdao automated testing
https://github.com/openmdao/openmdao_testapp
Last synced: 7 months ago
JSON representation
Web app to manage openmdao automated testing
- Host: GitHub
- URL: https://github.com/openmdao/openmdao_testapp
- Owner: OpenMDAO
- Created: 2011-08-31T18:26:05.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T22:33:06.000Z (almost 12 years ago)
- Last Synced: 2024-03-26T02:24:17.223Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 215 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a webapp to manage automated testing of the OpenMDAO-Framework
repository.
Everything is driven by a config file called testing.cfg.
A testing.cfg.example file can be found in the repo. You can use this
as a starting point.
You must run this from within an active OpenMDAO development environment,
so build the OpenMDAO environment, then install this package. Typically
you would do this by cd'ing to the openmdao_testapp repo after activating
the openmdao environment and doing a 'python setup.py develop' from there.
To build a new testing database, do the following:
python create_db.py
The startserver and restartserver scripts will redirect server stdout/stderr
to a server.log file.