summaryrefslogtreecommitdiff
path: root/xnt/tests
Commit message (Collapse)AuthorAge
* Fix test program codekennyballou2013-06-24
| | | | Make ``proper''
* Add NVCC compiler to xnt.build.cckennyballou2013-06-21
|
* pylint new testskennyballou2013-04-04
|
* Fix NAnt testskennyballou2013-04-04
| | | | NAnt build file was malformed and not named correctly
* Do different tests based on OSkennyballou2013-04-02
|
* Add path checks for .exe versions as wellkennyballou2013-04-02
|
* Merge 'add_build_make_tex_tests' into developkennyballou2013-04-02
|\
| * Add tests for the make modulekennyballou2013-04-02
| | | | | | | | | | Theses tests are _not_ testing the result of running the actual sub build command; but, rather, the test purely the ability to invoke them at all.
| * Add tests for tex build modulekennyballou2013-04-02
| |
* | Move `which` method from test to taskkennyballou2013-04-02
|/ | | | Add `in_path` method. Update test to use new methods
* Wait, It's already 2013?!kennyballou2013-03-10
|
* Add build-file specification optionkennyballou2013-03-09
|
* Refactor/ Move Program flow to use `argparse`kennyballou2013-03-09
|
* Update pylint.confkennyballou2013-03-09
| | | | | | Update lint rules Update explicit ignores in favor of new lint rules
* Merge branch 'tasks-refactor' into lint-refactorkennyballou2013-03-07
|\ | | | | | | | | | | Conflicts: xnt/tasks.py xnt/tests/taskcompressiontests.py
| * Rename zip task to create_zipkennyballou2013-03-07
| | | | | | | | Fix pep warning about clobbering built in function
* | pylint ALL THE THINGS!kennyballou2013-03-07
|/
* Remove xenant testskennyballou2013-02-14
| | | | These will be replaced by tests on the individual commands
* Add tests for compilercollection (cc) modulekennyballou2013-01-18
|
* Add fileset copy ability to xnt.tasks.cpkennyballou2013-01-10
|
* Implement xenant tests : test_versionkennyballou2013-01-10
|
* Add initial test(s) for Xenantkennyballou2012-12-10
|
* Split tests into separate fileskennyballou2012-12-10
|
* Add license preamle/ headers to all ``.py`` fileskennyballou2012-10-26
|
* Update ``mkdir`` to ignore making existing dirkennyballou2012-10-24
| | | | | | Change ``xnt.tasks.mkdir`` to behave similarly to Apache Ant's ``mkdir``. That is, automatically ignore attempting to create the directory if it already exists
* Add exec/call task to xnt.taskskennyballou2012-10-23
| | | | | Simple wrapper around ``subprocess.call``; build scripts will no longer be required to deal with this themselves
* Update ``echo`` task: remove print and subprocesskennyballou2012-10-23
| | | | | | | | | | If anyone wants to "echo" to screen, they can (and probably will) just call ``print``. So the ``echo`` task does not need to do this for them. However, it is still desired to have some quick facility to concisely write to a file. Further, the method in which echo was writing to file was silly and quite un-pythonic. As a result of the removal of subprocess from echo, the echo test(s) needed to be updated to remove the test for the ``\n`` character
* Add tests for taskskennyballou2012-10-23