Commit Graph

18 Commits

Author SHA1 Message Date
Vu Cong Tuan 32a3244bb4 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: I55060b1d99b9a00b20c98fbb429d072568265695
2018-07-16 15:43:48 +07:00
Stephen Finucane e11efd8d76 doc: Create directory structure for docs migration
The spec [1] recommends the following sections:

- install
- contributor
- configuration
- cli
- admin
- user
- reference

Only a few of these are useful here:

- contributor
- cli
- user
- reference

Add these and populate them.

[1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration

Change-Id: I8a9ddcc915f25ebfaa1e994dba6c15883bd2715d
2017-07-12 15:07:35 +01:00
Andrey Kurilin 4f0871fe2c Add eggs to gitignore list
Change-Id: I41bb26723d8b5cb9abaabc3d417842d875b3cc92
2016-08-18 15:02:14 +03:00
Sylvain Bauza 3e8cee01d5 Add reno for release notes management
Since reno is the new tool for Relnotes, we need to add it
to novaclient  and provide some Sphinx docs for Liberty and Mitaka.

Change-Id: Ie42642a0e0037311cfa14cd8bf6b7041b62a4675
2015-11-23 21:03:34 +01:00
Zhenguo Niu beb30f714e 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: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498
Closes-Bug: #1255876
2013-11-28 22:36:20 +08:00
Roman Podolyaka f08ac04a27 Migrate to pbr.
openstack.common.setup and openstack.common.version are now in the
standalone library pbr, so all projects using those two should
migrate.

Fixes bug 1179007.

Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471
2013-05-19 10:00:38 +03:00
Brian Waldon a3a7ebfe86 Add setuptools_git-*.egg to .gitignore
Change-Id: I97128363b13414e9037cf54ffc52a3db405b13a1
2013-04-29 14:05:40 -07:00
Monty Taylor 7b2097e706 Migrate from nose to testr.
Run tests with testr for parallel execution.

Part of blueprint grizzly-testtools.

Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
2013-01-29 14:22:42 -06:00
Chmouel Boudjnah 077cc0bf22 gitignore ChangeLog and add to MANIFEST.in.
Change-Id: I6dde5a0411f3e814bb34c0936010f1b46a4248a3
2012-08-06 09:14:52 +02:00
Monty Taylor 65529cd929 Implement post-tag versioning numbering.
Change-Id: If886d1ee70420fe52776663ec9cf75bf31d54012
2012-06-26 11:03:44 -05:00
Jenkins f4c4527bc1 Merge "Add .tox to .gitignore" 2012-06-11 17:02:25 +00:00
Brian Waldon 3f4591142f Use openstack-common for AUTHORS generation
Also add .mailmap entries for Jake Dahn and James E. Blair

Change-Id: I1ec02aa5302922f3db6a3ad457f4f7c6a006ba00
2012-06-11 08:40:19 -07:00
Brian Waldon ff6162ebba Add .tox to .gitignore
Change-Id: I1502a2ade9e1dadf20428de7fae0f16aa751696b
2012-06-11 08:29:48 -07:00
Brian Waldon a905e5fe07 Accept 1 and 2 as version choices
- removes all unused imports
- update .gitignore with new venv path

Change-Id: I3e8199b72dc83268115133d7c73335ffb6060f9a
2011-12-14 14:44:26 -05:00
William Wolf 44bf2079ca add build, dist, python-novaclient.egg-info to .gitignore 2011-09-01 15:14:58 -04:00
Christopher MacGown 39291fe0e8 Adds run_tests.sh and virtualenv support.
Basically make it so that a starting dev can run the tests without a
priori knowledge about what the tests require. Unless run_tests.sh is
run with the -N flag it will create a virtualenv .novaclient-venv,
install the dependencies into it, and then run the tests with the
venv sourced. Also includes the -p|--pep8 flag from nova's
run_tests.sh interface to easily run pep8 against both novaclient and
the tests directory.

Fix the pep8 violation in tests/v1_1/test_shell.py
2011-08-08 13:25:29 -07:00
Brian Lamar f8496672cc Split everything down the middle into v1_0 and v1_1, including tests. 2011-08-03 16:36:03 -04:00
Eldar Nugaev 868d57a9a0 Improving tests 2011-05-30 21:43:27 +04:00