Commit Graph

14 Commits

Author SHA1 Message Date
Vu Cong Tuan 9acdfe0b46 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ic098f8560599554e0b6bb16ae326d4d30a8a5504
2018-11-05 09:52:03 +07:00
zhubx007 79e00ea0d6 Add .idea into .gitignore
Generated by IDE PyCharm

Change-Id: Ifc99b34aae581221ae4b8d2533adfc21e91cd291
2018-08-10 17:42:19 +08:00
John Dickinson 9ef4c97de2 do hand-curated authors/changelog files
Change-Id: I1a264c9ce1d137b18a6dc62623a282e4a2fe839c
2015-09-04 18:29:30 +01:00
Steve Martinelli fd1594937d Add a tox job for generating docs
Add a tox job to make it easier for developers to generate their
own docs before submitting a patch.

Change-Id: I86dbfc64a9d174697048c254c6d3d042a62350b4
2014-07-24 17:54:10 -04:00
Zhenguo Niu 0ef054585a Updates .gitignore
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: I48846345de6838735d2d2e46328698f6a526f397
Closes-Bug: #1255876
2013-11-28 22:39:24 +08:00
TheSriram 5d9c6f845c fix(gitignore) : Ignore *.egg files
Change-Id: If52f9570a17230af9636f5337973e506c142b0bc
2013-07-24 16:31:13 -04:00
Kun Huang 100f95281a Add *.swp into .gitignore
Change-Id: I76c92d82647ac9d042f6c117918feb5820a47678
2013-06-27 22:28:33 +08:00
Monty Taylor bfeffb6366 Use testr instead of nose.
nose is invasive and can sometimes alter the outcome of a test run. testr,
on the other hand, keeps a distinction between running tests and displaying
results of the test runs. Additionally, it supports the stock python unittest
protocol.

Even better, testr supports parallel test running, which makes things faster,
and a command "testr run --failing" which will just re-run the latest failing
tests (often something one wants to do in iterative dev)

Part of blueprint grizzly-testtools

Change-Id: I0b3f1bcb5d4ff59c65eb3219b30a9e64f54d70bd
2013-01-18 16:13:27 -05:00
Monty Taylor 1aa712eaf2 Add generated files to .gitignore.
Change-Id: I609b98d3ffe576313d3206925a03b1657d3fbce9
2013-01-10 08:45:26 +00:00
Monty Taylor 51bceabd18 Add post-tag versioning.
Change-Id: Id921105dd2fa818cac7c66dc620b266fd5639d72
2012-06-26 21:23:25 -05:00
Clark Boylan 12519ce026 Add build_sphinx options.
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24
2012-06-11 14:51:40 -07:00
Chmouel Boudjnah eb775a46ed Add run_tests.sh script here.
- Snatched from python-glanceclient repo.
2012-05-21 12:52:55 +02:00
Monty Taylor 7df012329f Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
Chmouel Boudjnah ee965ff4a7 Delete old test_client and add a gitignore. 2012-05-08 16:29:29 +01:00