Skip to content

RobbieClarken/allseasons

 
 

Repository files navigation

Welcome to the PyCon Australia 2017 'practical testing with pytest' tutorial!

Setup instructions

Windows? Install git for windows

Git for Windows download

Clone the git repo

Windows: Run git-bash and git clone ...

Linux/Mac: In terminal, run git clone ...

Change directory

cd allseasons/allseasons

Install miniconda

Install the appropriate miniconda

You can find out if you OS is 32 or 64 bit by...

Mac: In a terminal window, uname -m

  • x86_64 ==> 64-bit kernel
  • i686 ==> 32-bit kernel

Windows: Run cmd and wmic os get osarchitecture

Create a conda environment

Run setup.sh on Linux/Mac, or setup.bat on Windows.

Activate the environment

On Linux/Mac: source activate allseasons

On Windows: activate allseasons

More instructions

...

Clean up at the end of the tutorial

Run cleanup.sh on Linux/Mac, or cleanup.bat on Windows.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • HTML 8.2%
  • Gherkin 1.3%
  • Batchfile 0.3%
  • CSS 0.2%
  • Shell 0.2%
  • JavaScript 0.1%